org.openfaces.component.table
Class ColumnResizing

java.lang.Object
  extended by UIComponentBase
      extended by org.openfaces.component.table.ColumnResizing
All Implemented Interfaces:
ComponentConfigurator

public class ColumnResizing
extends UIComponentBase
implements ComponentConfigurator


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
 
Constructor Summary
ColumnResizing()
           
 
Method Summary
 UIComponent getConfiguredComponent()
           
 java.lang.String getFamily()
           
 java.lang.String getMinColWidth()
           
 java.lang.String getResizeHandleWidth()
           
 ColumnResizingState getResizingState()
           
 boolean getRetainTableWidth()
          This method is only for internal usage from within the OpenFaces library.
 boolean isEnabled()
          This method is only for internal usage from within the OpenFaces library.
 void processUpdates(FacesContext context)
           
 void restoreState(FacesContext context, java.lang.Object stateObj)
           
 java.lang.Object saveState(FacesContext context)
           
 void setEnabled(boolean enabled)
          This method is only for internal usage from within the OpenFaces library.
 void setMinColWidth(java.lang.String minColWidth)
           
 void setResizeHandleWidth(java.lang.String resizeHandleWidth)
           
 void setResizingState(ColumnResizingState resizingState)
           
 void setRetainTableWidth(boolean retainTableWidth)
          This method is only for internal usage from within the OpenFaces library.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ColumnResizing

public ColumnResizing()
Method Detail

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.