Class GalleriaBase
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
org.primefaces.component.api.UITabPanel
org.primefaces.component.galleria.GalleriaBase
- All Implemented Interfaces:
EventListener,javax.faces.component.behavior.ClientBehaviorHolder,javax.faces.component.NamingContainer,javax.faces.component.PartialStateHolder,javax.faces.component.StateHolder,javax.faces.component.TransientStateHolder,javax.faces.event.ComponentSystemEventListener,javax.faces.event.FacesListener,javax.faces.event.SystemEventListenerHolder,Widget
- Direct Known Subclasses:
Galleria
public abstract class GalleriaBase
extends UITabPanel
implements Widget, javax.faces.component.behavior.ClientBehaviorHolder
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class javax.faces.component.UIPanel
COMPONENT_TYPEFields 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_KEYFields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHARFields 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 TypeMethodDescriptionintintgetStyle()intgetValue()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetActiveIndex(int activeIndex) voidsetAutoPlay(boolean autoPlay) voidsetChangeItemOnIndicatorHover(boolean changeItemOnIndicatorHover) voidsetCircular(boolean circular) voidsetCloseIcon(String closeIcon) voidsetFullScreen(boolean fullScreen) voidsetIndicatorsPosition(String indicatorsPosition) voidsetNumVisible(int numVisible) voidsetResponsiveOptions(List<ResponsiveOption> responsiveOptions) voidsetShowCaption(boolean showCaption) voidsetShowIndicators(boolean showIndicators) voidsetShowIndicatorsOnItem(boolean showIndicatorsOnItem) voidsetShowItemNavigators(boolean showItemNavigators) voidsetShowItemNavigatorsOnHover(boolean showItemNavigatorsOnHover) voidsetShowThumbnailNavigators(boolean showThumbnailNavigators) voidsetShowThumbnails(boolean showThumbnails) voidvoidsetStyleClass(String styleClass) voidsetTabindex(String tabindex) voidsetThumbnailsPosition(String thumbnailsPosition) voidsetTransitionInterval(int transitionInterval) voidvoidsetVerticalViewPortHeight(String verticalViewPortHeight) voidsetWidgetVar(String widgetVar) Methods inherited from class org.primefaces.component.api.UITabPanel
broadcast, encodeBegin, encodeChildren, forEachTab, forEachTab, getContainerClientId, getDataModel, getDynamicTab, getIndex, getIndexData, getOffset, getRendersChildren, getRowCount, getSize, getStep, getVar, getVarStatus, invokeOnComponent, isDynamic, isPrependId, isRepeating, process, processDecodes, processUpdates, processValidators, queueEvent, resetLoadedTabsState, saveState, setDynamic, setIndex, setOffset, setPrependId, setSize, setStep, setValueExpression, setVar, setVarStatus, shouldSkipChildren, visitTreeMethods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, clearInitialState, decode, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventMethods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior, getClientBehaviors, getDefaultEventName, getEventNamesMethods inherited from interface org.primefaces.component.api.Widget
resolveWidgetVar, resolveWidgetVar
-
Field Details
-
COMPONENT_FAMILY
- See Also:
-
DEFAULT_RENDERER
- See Also:
-
-
Constructor Details
-
GalleriaBase
public GalleriaBase()
-
-
Method Details
-
getFamily
- Overrides:
getFamilyin classjavax.faces.component.UIPanel
-
getWidgetVar
-
setWidgetVar
-
getValue
- Overrides:
getValuein classUITabPanel
-
setValue
- Overrides:
setValuein classUITabPanel
-
getStyle
-
setStyle
-
getStyleClass
-
setStyleClass
-
getActiveIndex
public int getActiveIndex() -
setActiveIndex
public void setActiveIndex(int activeIndex) -
isFullScreen
public boolean isFullScreen() -
setFullScreen
public void setFullScreen(boolean fullScreen) -
getCloseIcon
-
setCloseIcon
-
getNumVisible
public int getNumVisible() -
setNumVisible
public void setNumVisible(int numVisible) -
getResponsiveOptions
-
setResponsiveOptions
-
isShowThumbnails
public boolean isShowThumbnails() -
setShowThumbnails
public void setShowThumbnails(boolean showThumbnails) -
isShowIndicators
public boolean isShowIndicators() -
setShowIndicators
public void setShowIndicators(boolean showIndicators) -
isShowIndicatorsOnItem
public boolean isShowIndicatorsOnItem() -
setShowIndicatorsOnItem
public void setShowIndicatorsOnItem(boolean showIndicatorsOnItem) -
isShowCaption
public boolean isShowCaption() -
setShowCaption
public void setShowCaption(boolean showCaption) -
isChangeItemOnIndicatorHover
public boolean isChangeItemOnIndicatorHover() -
setChangeItemOnIndicatorHover
public void setChangeItemOnIndicatorHover(boolean changeItemOnIndicatorHover) -
isCircular
public boolean isCircular() -
setCircular
public void setCircular(boolean circular) -
isAutoPlay
public boolean isAutoPlay() -
setAutoPlay
public void setAutoPlay(boolean autoPlay) -
getTransitionInterval
public int getTransitionInterval() -
setTransitionInterval
public void setTransitionInterval(int transitionInterval) -
getThumbnailsPosition
-
setThumbnailsPosition
-
getVerticalViewPortHeight
-
setVerticalViewPortHeight
-
getIndicatorsPosition
-
setIndicatorsPosition
-
getTabindex
-
setTabindex
-