|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.apache.myfaces.html5.component.output.AbstractSlideView
@JSFComponent(name="hx:slideView",
clazz="org.apache.myfaces.html5.component.output.SlideView",
tagClass="org.apache.myfaces.html5.tag.output.SlideViewTag",
defaultRendererType="org.apache.myfaces.html5.SlideView",
family="org.apache.myfaces.SlideView",
type="org.apache.myfaces.html5.SlideView",
implementz="javax.faces.component.behavior.ClientBehaviorHolder",
defaultEventName="click")
public abstract class AbstractSlideView
Provides a presentation-like slide view.
Page authors should nest hx:slide components inside.
| Field Summary | |
|---|---|
static Double |
DEFAULT_SLIDE_HEIGHT
|
static Double |
DEFAULT_SLIDE_INACTIVE_SCALE
|
static Double |
DEFAULT_SLIDE_LEFT
|
static Double |
DEFAULT_SLIDE_WIDTH
|
| Fields inherited from class javax.faces.component.UIComponent |
|---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
| Fields inherited from interface javax.faces.component.NamingContainer |
|---|
SEPARATOR_CHAR |
| Constructor Summary | |
|---|---|
AbstractSlideView()
|
|
| Method Summary | |
|---|---|
String |
getContainerClientId(javax.faces.context.FacesContext ctx)
|
abstract double |
getInactiveSlideScale()
Scaling value of the inactive slides. |
abstract double |
getSlideHeight()
The percent value of the height of the active slide. |
abstract double |
getSlideLeft()
The percent value of the left position of the active slide. |
abstract double |
getSlideWidth()
The percent value of the width of the active slide. |
abstract boolean |
isNavigateOnArrowKeys()
If true, arrow keys will be registered to navigate between slides. Defaults to true. widgetVar can be used to navigate between slides manually. |
abstract boolean |
isNavigateOnMouseWheel()
If true, mouse wheel scroll will be registered to navigate between slides. Defaults to true. |
| 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, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getFamily, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent |
| 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.apache.myfaces.html5.component.properties.Html5GlobalProperties |
|---|
getAnimationEnd, getDir, getLang, getOndrag, getOndragend, getOndragenter, getOndragleave, getOndragover, getOndragstart, getOndrop, getOnmousewheel, getStyle, getStyleClass, getTitle, isDraggable, isHidden |
| Methods inherited from interface org.apache.myfaces.html5.component.api.Draggable |
|---|
setDraggable |
| Methods inherited from interface org.apache.myfaces.html5.component.properties.AccesskeyProperty |
|---|
getAccesskey |
| Methods inherited from interface org.apache.myfaces.html5.component.properties.TabindexProperty |
|---|
getTabindex |
| Methods inherited from interface org.apache.myfaces.html5.component.properties.MouseEventProperties |
|---|
getOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnmousewheel |
| Methods inherited from interface org.apache.myfaces.html5.component.properties.GlobalEventProperties |
|---|
getOnblur, getOnclick, getOndblclick, getOnfocus |
| Methods inherited from interface org.apache.myfaces.html5.component.properties.WidgetVarProperty |
|---|
getWidgetVar |
| Methods inherited from interface org.apache.myfaces.html5.component.properties.effect.TransitionProperties |
|---|
getDelay, getDuration, getTimingFunction |
| Methods inherited from interface org.apache.myfaces.html5.component.properties.PrependIdProperty |
|---|
isPrependId |
| Field Detail |
|---|
public static final Double DEFAULT_SLIDE_LEFT
public static final Double DEFAULT_SLIDE_WIDTH
public static final Double DEFAULT_SLIDE_HEIGHT
public static final Double DEFAULT_SLIDE_INACTIVE_SCALE
| Constructor Detail |
|---|
public AbstractSlideView()
| Method Detail |
|---|
@JSFProperty(required=false,
deferredValueType="java.lang.Double",
defaultValue="DEFAULT_SLIDE_LEFT")
public abstract double getSlideLeft()
@JSFProperty(required=false,
deferredValueType="java.lang.Double",
defaultValue="DEFAULT_SLIDE_WIDTH")
public abstract double getSlideWidth()
@JSFProperty(required=false,
deferredValueType="java.lang.Double",
defaultValue="DEFAULT_SLIDE_HEIGHT")
public abstract double getSlideHeight()
@JSFProperty(required=false,
deferredValueType="java.lang.Double",
defaultValue="DEFAULT_SLIDE_INACTIVE_SCALE")
public abstract double getInactiveSlideScale()
@JSFProperty(required=false,
deferredValueType="java.lang.Boolean",
defaultValue="true")
public abstract boolean isNavigateOnArrowKeys()
@JSFProperty(required=false,
deferredValueType="java.lang.Boolean",
defaultValue="true")
public abstract boolean isNavigateOnMouseWheel()
public String getContainerClientId(javax.faces.context.FacesContext ctx)
getContainerClientId in class javax.faces.component.UIComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||