Interface IFIXGRIDComponentAdapterBinding
- All Superinterfaces:
IComponentAdapterBinding
,IDynamicContentBindingObject
,Serializable
- All Known Implementing Classes:
ComponentAdapterBindingBase
,ComponentAdapterBindingMap
Interface for component adapter bindings that are managing FIXGRID* components.
Pay attention: despite of implementing this interface, the component adapter binding needs to manage the attribute "objectbinding"! This interface is an add-on definition!
Pay attention: despite of implementing this interface, the component adapter binding needs to manage the attribute "objectbinding"! This interface is an add-on definition!
-
Method Summary
Modifier and TypeMethodDescriptiongetGrid()
Return the grid that is managed within the adapter binding.Methods inherited from interface org.eclnt.jsfserver.elements.adapter.IComponentAdapterBinding
getAttibuteType, getAttributeValue, getDynamicAttributeNames, getFixAttributeNames, onAction, setAttributeValue
-
Method Details
-
getGrid
FIXGRIDBinding<?> getGrid()Return the grid that is managed within the adapter binding.
-