public class Galleria extends javax.faces.component.UIOutput implements Widget
Modifier and Type | Class and Description |
---|---|
protected static class |
Galleria.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
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, resetValue, restoreState, saveState, setConverter
addClientBehavior, addFacesListener, broadcast, 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, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, 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 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.UIOutput
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public Object getValue()
getValue
in interface javax.faces.component.ValueHolder
getValue
in class javax.faces.component.UIOutput
public void setValue(Object _value)
setValue
in interface javax.faces.component.ValueHolder
setValue
in class javax.faces.component.UIOutput
public 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 Widget
Copyright © 2015. All rights reserved.