public class Galleria
extends javax.faces.component.UIOutput
| Modifier and Type | Class and Description |
|---|---|
static class |
org.primefaces.component.galleria.GalleriaBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String |
DEFAULT_RENDERER |
static String |
PANEL_CLASS |
static String |
PANEL_CONTENT_CLASS |
static String |
PANEL_WRAPPER_CLASS |
| Constructor and Description |
|---|
Galleria() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEffect() |
int |
getEffectSpeed() |
String |
getFamily() |
int |
getFrameHeight() |
int |
getFrameWidth() |
int |
getPanelHeight() |
int |
getPanelWidth() |
String |
getStyle() |
String |
getStyleClass() |
int |
getTransitionInterval() |
Object |
getValue() |
String |
getVar() |
String |
getWidgetVar() |
boolean |
isAutoPlay() |
boolean |
isShowCaption() |
boolean |
isShowFilmstrip() |
String |
resolveWidgetVar() |
void |
setAutoPlay(boolean autoPlay) |
void |
setEffect(String effect) |
void |
setEffectSpeed(int effectSpeed) |
void |
setFrameHeight(int frameHeight) |
void |
setFrameWidth(int frameWidth) |
void |
setPanelHeight(int panelHeight) |
void |
setPanelWidth(int panelWidth) |
void |
setShowCaption(boolean showCaption) |
void |
setShowFilmstrip(boolean showFilmstrip) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTransitionInterval(int transitionInterval) |
void |
setValue(Object value) |
void |
setVar(String var) |
void |
setWidgetVar(String widgetVar) |
clearInitialState, getConverter, getLocalValue, markInitialState, restoreState, saveState, setConverteraddClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreepublic static final String COMPONENT_TYPE
public static final String CONTAINER_CLASS
public static final String PANEL_WRAPPER_CLASS
public static final String PANEL_CLASS
public static final String PANEL_CONTENT_CLASS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily in class javax.faces.component.UIOutputpublic String getWidgetVar()
public void setWidgetVar(String widgetVar)
public Object getValue()
getValue in interface javax.faces.component.ValueHoldergetValue in class javax.faces.component.UIOutputpublic void setValue(Object value)
setValue in interface javax.faces.component.ValueHoldersetValue in class javax.faces.component.UIOutputpublic String getVar()
public void setVar(String var)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getEffect()
public void setEffect(String effect)
public int getEffectSpeed()
public void setEffectSpeed(int effectSpeed)
public int getFrameWidth()
public void setFrameWidth(int frameWidth)
public int getFrameHeight()
public void setFrameHeight(int frameHeight)
public boolean isShowFilmstrip()
public void setShowFilmstrip(boolean showFilmstrip)
public boolean isAutoPlay()
public void setAutoPlay(boolean autoPlay)
public int getTransitionInterval()
public void setTransitionInterval(int transitionInterval)
public int getPanelWidth()
public void setPanelWidth(int panelWidth)
public int getPanelHeight()
public void setPanelHeight(int panelHeight)
public boolean isShowCaption()
public void setShowCaption(boolean showCaption)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2019. All rights reserved.