ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.component.sliderentry
Class SliderEntryBase

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.icefaces.ace.component.sliderentry.SliderEntryBase
All Implemented Interfaces:
java.util.EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, IceClientBehaviorHolder
Direct Known Subclasses:
SliderEntry

public class SliderEntryBase
extends javax.faces.component.UIComponentBase
implements IceClientBehaviorHolder


Nested Class Summary
protected static class SliderEntryBase.PropertyKeys
           
 
Field Summary
static java.lang.String COMPONENT_TYPE
           
static java.lang.String RENDERER_TYPE
           
 
Fields 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_KEY
 
Constructor Summary
SliderEntryBase()
           
 
Method Summary
 void addClientBehavior(java.lang.String eventName, javax.faces.component.behavior.ClientBehavior behavior)
           
 java.lang.String getAxis()
          Return the value of the axis property.
 java.lang.String getDefaultEventName()
           
 java.lang.String getDefaultExecute(java.lang.String event)
           
 java.lang.String getDefaultRender(java.lang.String event)
           
 java.util.Collection<java.lang.String> getEventNames()
           
 java.lang.String getFamily()
           
 java.lang.String getLength()
          Return the value of the length property.
 int getMax()
          Return the value of the max property.
 int getMin()
          Return the value of the min property.
 java.lang.String getOnSlide()
          Return the value of the onSlide property.
 java.lang.String getOnSlideEnd()
          Return the value of the onSlideEnd property.
 java.lang.String getOnSlideStart()
          Return the value of the onSlideStart property.
 float getStepPercent()
          Return the value of the stepPercent property.
 java.lang.String getStyle()
          Return the value of the style property.
 java.lang.String getStyleClass()
          Return the value of the styleClass property.
 java.lang.Integer getTabindex()
          Return the value of the tabindex property.
 int getValue()
          Return the value of the value property.
 javax.el.MethodExpression getValueChangeListener()
          Return the value of the valueChangeListener property.
 java.lang.String getWidgetVar()
          Return the value of the widgetVar property.
 boolean isAnimate()
          Return the value of the animate property.
 boolean isClickableRail()
          Return the value of the clickableRail property.
 boolean isDisabled()
          Return the value of the disabled property.
 boolean isImmediate()
          Return the value of the immediate property.
 boolean isShowLabels()
          Return the value of the showLabels property.
 void setAnimate(boolean animate)
          Set the value of the animate property.
 void setAxis(java.lang.String axis)
          Set the value of the axis property.
 void setClickableRail(boolean clickableRail)
          Set the value of the clickableRail property.
 void setDisabled(boolean disabled)
          Set the value of the disabled property.
 void setImmediate(boolean immediate)
          Set the value of the immediate property.
 void setLength(java.lang.String length)
          Set the value of the length property.
 void setMax(int max)
          Set the value of the max property.
 void setMin(int min)
          Set the value of the min property.
 void setOnSlide(java.lang.String onSlide)
          Set the value of the onSlide property.
 void setOnSlideEnd(java.lang.String onSlideEnd)
          Set the value of the onSlideEnd property.
 void setOnSlideStart(java.lang.String onSlideStart)
          Set the value of the onSlideStart property.
 void setShowLabels(boolean showLabels)
          Set the value of the showLabels property.
 void setStepPercent(float stepPercent)
          Set the value of the stepPercent property.
 void setStyle(java.lang.String style)
          Set the value of the style property.
 void setStyleClass(java.lang.String styleClass)
          Set the value of the styleClass property.
 void setTabindex(java.lang.Integer tabindex)
          Set the value of the tabindex property.
 void setValue(int value)
          Set the value of the value property.
 void setValueChangeListener(javax.el.MethodExpression valueChangeListener)
          Set the value of the valueChangeListener property.
 void setWidgetVar(java.lang.String widgetVar)
          Set the value of the widgetVar property.
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
 
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
getClientBehaviors
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

RENDERER_TYPE

public static final java.lang.String RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

SliderEntryBase

public SliderEntryBase()
Method Detail

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class javax.faces.component.UIComponent

setMin

public void setMin(int min)

Set the value of the min property.


getMin

public int getMin()

Return the value of the min property.


setAxis

public void setAxis(java.lang.String axis)

Set the value of the axis property.


getAxis

public java.lang.String getAxis()

Return the value of the axis property.


setShowLabels

public void setShowLabels(boolean showLabels)

Set the value of the showLabels property.


isShowLabels

public boolean isShowLabels()

Return the value of the showLabels property.


setMax

public void setMax(int max)

Set the value of the max property.


getMax

public int getMax()

Return the value of the max property.


setAnimate

public void setAnimate(boolean animate)

Set the value of the animate property.


isAnimate

public boolean isAnimate()

Return the value of the animate property.


setStyleClass

public void setStyleClass(java.lang.String styleClass)

Set the value of the styleClass property.


getStyleClass

public java.lang.String getStyleClass()

Return the value of the styleClass property.


setStepPercent

public void setStepPercent(float stepPercent)

Set the value of the stepPercent property.


getStepPercent

public float getStepPercent()

Return the value of the stepPercent property.


setTabindex

public void setTabindex(java.lang.Integer tabindex)

Set the value of the tabindex property.


getTabindex

public java.lang.Integer getTabindex()

Return the value of the tabindex property.


setOnSlideStart

public void setOnSlideStart(java.lang.String onSlideStart)

Set the value of the onSlideStart property.


getOnSlideStart

public java.lang.String getOnSlideStart()

Return the value of the onSlideStart property.


setImmediate

public void setImmediate(boolean immediate)

Set the value of the immediate property.


isImmediate

public boolean isImmediate()

Return the value of the immediate property.


setValueChangeListener

public void setValueChangeListener(javax.el.MethodExpression valueChangeListener)

Set the value of the valueChangeListener property.


getValueChangeListener

public javax.el.MethodExpression getValueChangeListener()

Return the value of the valueChangeListener property.


setOnSlide

public void setOnSlide(java.lang.String onSlide)

Set the value of the onSlide property.


getOnSlide

public java.lang.String getOnSlide()

Return the value of the onSlide property.


setStyle

public void setStyle(java.lang.String style)

Set the value of the style property.


getStyle

public java.lang.String getStyle()

Return the value of the style property.


setWidgetVar

public void setWidgetVar(java.lang.String widgetVar)

Set the value of the widgetVar property.


getWidgetVar

public java.lang.String getWidgetVar()

Return the value of the widgetVar property.


setValue

public void setValue(int value)

Set the value of the value property.


getValue

public int getValue()

Return the value of the value property.


setLength

public void setLength(java.lang.String length)

Set the value of the length property.


getLength

public java.lang.String getLength()

Return the value of the length property.


setOnSlideEnd

public void setOnSlideEnd(java.lang.String onSlideEnd)

Set the value of the onSlideEnd property.


getOnSlideEnd

public java.lang.String getOnSlideEnd()

Return the value of the onSlideEnd property.


setClickableRail

public void setClickableRail(boolean clickableRail)

Set the value of the clickableRail property.


isClickableRail

public boolean isClickableRail()

Return the value of the clickableRail property.


setDisabled

public void setDisabled(boolean disabled)

Set the value of the disabled property.


isDisabled

public boolean isDisabled()

Return the value of the disabled property.


getEventNames

public java.util.Collection<java.lang.String> getEventNames()
Specified by:
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getEventNames in class javax.faces.component.UIComponentBase

getDefaultEventName

public java.lang.String getDefaultEventName()
Specified by:
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getDefaultEventName in class javax.faces.component.UIComponentBase

getDefaultRender

public java.lang.String getDefaultRender(java.lang.String event)
Specified by:
getDefaultRender in interface IceClientBehaviorHolder

getDefaultExecute

public java.lang.String getDefaultExecute(java.lang.String event)
Specified by:
getDefaultExecute in interface IceClientBehaviorHolder

addClientBehavior

public void addClientBehavior(java.lang.String eventName,
                              javax.faces.component.behavior.ClientBehavior behavior)
Specified by:
addClientBehavior in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
addClientBehavior in class javax.faces.component.UIComponentBase

ICEfaces 3.1.0
Java API Documentation

Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.