| Modifier and Type | Class | Description |
|---|---|---|
static class |
Galleria.PropertyKeys |
| Modifier and Type | Field | 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 | Description |
|---|---|
Galleria() |
| Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreeaddClientBehavior, 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, setValueBindingpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
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 String getFamily()
getFamily in class javax.faces.component.UIOutputpublic String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public Object getValue()
getValue in class javax.faces.component.UIOutputpublic void setValue(Object _value)
setValue 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 © 2018. All rights reserved.