Class ResizableBase
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.primefaces.component.resizable.ResizableBase
- All Implemented Interfaces:
EventListener
,javax.faces.component.behavior.ClientBehaviorHolder
,javax.faces.component.PartialStateHolder
,javax.faces.component.StateHolder
,javax.faces.component.TransientStateHolder
,javax.faces.event.ComponentSystemEventListener
,javax.faces.event.FacesListener
,javax.faces.event.SystemEventListenerHolder
,PrimeClientBehaviorHolder
,Widget
- Direct Known Subclasses:
Resizable
public abstract class ResizableBase
extends javax.faces.component.UIComponentBase
implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
Fields inherited from interface org.primefaces.component.api.PrimeClientBehaviorHolder
DEFAULT_SELECT_EVENT_NAMES
Fields inherited from interface org.primefaces.component.api.Widget
ATTR_WIDGET_VAR_PATTERN, CALLBACK_POST_CONSTRUCT, CALLBACK_POST_REFRESH, CALLBACK_PRE_DESTROY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFor()
int
getGrid()
int
int
int
int
boolean
boolean
boolean
boolean
isGhost()
boolean
isProxy()
void
setAnimate
(boolean animate) void
setAspectRatio
(boolean aspectRatio) void
setContainment
(boolean containment) void
void
setEffectDuration
(String effectDuration) void
void
setGhost
(boolean ghost) void
setGrid
(int grid) void
setHandles
(String handles) void
setMaxHeight
(int maxHeight) void
setMaxWidth
(int maxWidth) void
setMinHeight
(int minHeight) void
setMinWidth
(int minWidth) void
setOnResize
(String onResize) void
setOnStart
(String onStart) void
void
setProxy
(boolean proxy) void
setWidgetVar
(String widgetVar) Methods inherited from class javax.faces.component.UIComponentBase
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
Methods inherited from class javax.faces.component.UIComponent
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior, getClientBehaviors, getDefaultEventName, getEventNames
Methods inherited from interface org.primefaces.component.api.PrimeClientBehaviorHolder
getBehaviorEventMapping
Methods inherited from interface org.primefaces.component.api.Widget
resolveWidgetVar, resolveWidgetVar
-
Field Details
-
COMPONENT_FAMILY
- See Also:
-
DEFAULT_RENDERER
- See Also:
-
-
Constructor Details
-
ResizableBase
public ResizableBase()
-
-
Method Details
-
getFamily
- Specified by:
getFamily
in classjavax.faces.component.UIComponent
-
getWidgetVar
-
setWidgetVar
-
getFor
-
setFor
-
isAspectRatio
public boolean isAspectRatio() -
setAspectRatio
public void setAspectRatio(boolean aspectRatio) -
isProxy
public boolean isProxy() -
setProxy
public void setProxy(boolean proxy) -
getHandles
-
setHandles
-
isGhost
public boolean isGhost() -
setGhost
public void setGhost(boolean ghost) -
isAnimate
public boolean isAnimate() -
setAnimate
public void setAnimate(boolean animate) -
getEffect
-
setEffect
-
getEffectDuration
-
setEffectDuration
-
getMaxWidth
public int getMaxWidth() -
setMaxWidth
public void setMaxWidth(int maxWidth) -
getMaxHeight
public int getMaxHeight() -
setMaxHeight
public void setMaxHeight(int maxHeight) -
getMinWidth
public int getMinWidth() -
setMinWidth
public void setMinWidth(int minWidth) -
getMinHeight
public int getMinHeight() -
setMinHeight
public void setMinHeight(int minHeight) -
isContainment
public boolean isContainment() -
setContainment
public void setContainment(boolean containment) -
getGrid
public int getGrid() -
setGrid
public void setGrid(int grid) -
getOnStart
-
setOnStart
-
getOnResize
-
setOnResize
-
getOnStop
-
setOnStop
-