![JAR search and dependency download from the Maven repository](/logo.png)
org.ikasan.designer.pallet.DesignerPalletItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ikasan-designer Show documentation
Show all versions of ikasan-designer Show documentation
Integration of vis.js library for Ikasan platform
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