Package com.iizigo.panel.prop
Interface IEUIComponentCreationType
-
- All Known Implementing Classes:
EMLItemProp
public interface IEUIComponentCreationType
Interface used by e.g. simple list items that use the same class for its properties but result in different component types.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCreationTypeName()
Gets the additional text to append for the class names for the creation property.
-