Class GridFieldSource
Object
GridFieldSource
- All Implemented Interfaces:
ClientSideComponentReference,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintScrollDestinationConnectorbooleanvoidsetCurrentRowIndex(int currentRowIndex) voidsetDestination(ScrollDestination destination) voidsetGridColumnCaption(String gridColumnCaption) voidsetPreventScrollOnUserFocus(boolean preventScrollOnUserFocus) voidsetSourceComponent(Connector sourceComponent)
-
Constructor Details
-
GridFieldSource
public GridFieldSource()
-
-
Method Details
-
getCurrentRowIndex
public int getCurrentRowIndex() -
setCurrentRowIndex
public void setCurrentRowIndex(int currentRowIndex) -
getDestination
public ScrollDestination getDestination() -
getSourceComponent
public Connector getSourceComponent()- Specified by:
getSourceComponentin interfaceClientSideComponentReference
-
getGridColumnCaption
-
setGridColumnCaption
-
isPreventScrollOnUserFocus
public boolean isPreventScrollOnUserFocus() -
setPreventScrollOnUserFocus
public void setPreventScrollOnUserFocus(boolean preventScrollOnUserFocus)
-