org.openfaces.component.table
Class ColumnResizing
java.lang.Object
UIComponentBase
org.openfaces.component.table.ColumnResizing
- All Implemented Interfaces:
- ComponentConfigurator
public class ColumnResizing
- extends UIComponentBase
- implements ComponentConfigurator
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
ColumnResizing
public ColumnResizing()
getFamily
public java.lang.String getFamily()
saveState
public java.lang.Object saveState(FacesContext context)
restoreState
public void restoreState(FacesContext context,
java.lang.Object stateObj)
getConfiguredComponent
public UIComponent getConfiguredComponent()
- Specified by:
getConfiguredComponent
in interface ComponentConfigurator
getResizingState
public ColumnResizingState getResizingState()
setResizingState
public void setResizingState(ColumnResizingState resizingState)
getMinColWidth
public java.lang.String getMinColWidth()
setMinColWidth
public void setMinColWidth(java.lang.String minColWidth)
getResizeHandleWidth
public java.lang.String getResizeHandleWidth()
setResizeHandleWidth
public void setResizeHandleWidth(java.lang.String resizeHandleWidth)
isEnabled
public boolean isEnabled()
- This method is only for internal usage from within the OpenFaces library. It shouldn't be used explicitly
by any application code.
setEnabled
public void setEnabled(boolean enabled)
- This method is only for internal usage from within the OpenFaces library. It shouldn't be used explicitly
by any application code.
getRetainTableWidth
public boolean getRetainTableWidth()
- This method is only for internal usage from within the OpenFaces library. It shouldn't be used explicitly
by any application code.
setRetainTableWidth
public void setRetainTableWidth(boolean retainTableWidth)
- This method is only for internal usage from within the OpenFaces library. It shouldn't be used explicitly
by any application code.
processUpdates
public void processUpdates(FacesContext context)
Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.