All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ikasan.designer.pallet.DesignerPalletItem Maven / Gradle / Ivy

package org.ikasan.designer.pallet;

import com.vaadin.flow.component.Component;

public interface DesignerPalletItem {

    DesignerPalletItemType getDesignerPalletItemType();

    DesignerItemIdentifier getIdentifier();

    void setIdentifier(DesignerItemIdentifier identifier);

    int getItemWidth();

    int getItemHeight();

    COMPONENT getComponent();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy