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.String
getActionSpringBeanID()
GridProperty
getDescriptionProperty()
GridProperty
getImageURLProperty()
GridProperty
getLabelProperty()
GridProperty
getShortInfoProperty()
java.lang.String
getSpecialactionSpringBeanID()
-
-
-
Method Detail
-
getImageURLProperty
GridProperty getImageURLProperty()
-
getLabelProperty
GridProperty getLabelProperty()
-
getDescriptionProperty
GridProperty getDescriptionProperty()
-
getShortInfoProperty
GridProperty getShortInfoProperty()
-
getActionSpringBeanID
java.lang.String getActionSpringBeanID()
-
getSpecialactionSpringBeanID
java.lang.String getSpecialactionSpringBeanID()
-
-