Interface GridViewConfiguration
-
- All Superinterfaces:
UIComponentConfiguration
- All Known Implementing Classes:
DefaultGridviewConfiguration
public interface GridViewConfiguration extends UIComponentConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetActionSpringBeanID()GridPropertygetDescriptionProperty()GridPropertygetImageURLProperty()GridPropertygetLabelProperty()GridPropertygetShortInfoProperty()java.lang.StringgetSpecialactionSpringBeanID()
-
-
-
Method Detail
-
getImageURLProperty
GridProperty getImageURLProperty()
-
getLabelProperty
GridProperty getLabelProperty()
-
getDescriptionProperty
GridProperty getDescriptionProperty()
-
getShortInfoProperty
GridProperty getShortInfoProperty()
-
getActionSpringBeanID
java.lang.String getActionSpringBeanID()
-
getSpecialactionSpringBeanID
java.lang.String getSpecialactionSpringBeanID()
-
-