org.openfaces.component.table
Class ColumnResizing
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.openfaces.component.table.ColumnResizing
- All Implemented Interfaces:
- java.util.EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, ComponentConfigurator
public class ColumnResizing
- extends javax.faces.component.UIComponentBase
- implements ComponentConfigurator
Fields inherited from class javax.faces.component.UIComponent |
BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Methods inherited from class javax.faces.component.UIComponentBase |
addClientBehavior, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
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()
- Specified by:
getFamily
in class javax.faces.component.UIComponent
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class javax.faces.component.UIComponentBase
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class javax.faces.component.UIComponentBase
getConfiguredComponent
public javax.faces.component.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(javax.faces.context.FacesContext context)
- Overrides:
processUpdates
in class javax.faces.component.UIComponentBase
encodeOnBodyReload
public void encodeOnBodyReload(javax.faces.context.FacesContext context,
ScriptBuilder sb)
getAutoSaveState
public boolean getAutoSaveState()
setAutoSaveState
public void setAutoSaveState(boolean autoSaveState)
Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.