public class ScrollPanel extends javax.faces.component.UIPanel implements Widget
Modifier and Type | Class and Description |
---|---|
protected static class |
ScrollPanel.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
SCROLL_PANEL_BBOTTOM_CLASS |
static String |
SCROLL_PANEL_BLEFT_CLASS |
static String |
SCROLL_PANEL_BRIGHT_CLASS |
static String |
SCROLL_PANEL_BTOP_CLASS |
static String |
SCROLL_PANEL_CLASS |
static String |
SCROLL_PANEL_CONTAINER_CLASS |
static String |
SCROLL_PANEL_CONTENT_CLASS |
static String |
SCROLL_PANEL_HANDLE_CLASS |
static String |
SCROLL_PANEL_HBAR_CLASS |
static String |
SCROLL_PANEL_HGRIP_CLASS |
static String |
SCROLL_PANEL_IEAST_CLASS |
static String |
SCROLL_PANEL_INORTH_CLASS |
static String |
SCROLL_PANEL_ISOUTH_CLASS |
static String |
SCROLL_PANEL_IWEST_CLASS |
static String |
SCROLL_PANEL_NATIVE_CLASS |
static String |
SCROLL_PANEL_VBAR_CLASS |
static String |
SCROLL_PANEL_VGRIP_CLASS |
static String |
SCROLL_PANEL_WRAPPER_CLASS |
Constructor and Description |
---|
ScrollPanel() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
String |
getMode() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
String |
resolveWidgetVar() |
void |
setMode(String _mode) |
void |
setStyle(String _style) |
void |
setStyleClass(String _styleClass) |
void |
setWidgetVar(String _widgetVar) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String SCROLL_PANEL_CLASS
public static final String SCROLL_PANEL_NATIVE_CLASS
public static final String SCROLL_PANEL_CONTAINER_CLASS
public static final String SCROLL_PANEL_WRAPPER_CLASS
public static final String SCROLL_PANEL_CONTENT_CLASS
public static final String SCROLL_PANEL_HBAR_CLASS
public static final String SCROLL_PANEL_VBAR_CLASS
public static final String SCROLL_PANEL_HANDLE_CLASS
public static final String SCROLL_PANEL_BLEFT_CLASS
public static final String SCROLL_PANEL_BRIGHT_CLASS
public static final String SCROLL_PANEL_BTOP_CLASS
public static final String SCROLL_PANEL_BBOTTOM_CLASS
public static final String SCROLL_PANEL_VGRIP_CLASS
public static final String SCROLL_PANEL_HGRIP_CLASS
public static final String SCROLL_PANEL_IWEST_CLASS
public static final String SCROLL_PANEL_IEAST_CLASS
public static final String SCROLL_PANEL_INORTH_CLASS
public static final String SCROLL_PANEL_ISOUTH_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UIPanel
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public String getMode()
public void setMode(String _mode)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2015. All rights reserved.