public class UIMajorTick
extends org.apache.myfaces.trinidad.component.UIXComponentBase
Modifier and Type | Field and Description |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BASELINE_COLOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
BASELINE_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
BASELINE_WIDTH_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LINE_COLOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LINE_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LINE_WIDTH_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
Constructor and Description |
---|
UIMajorTick() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getBaselineColor()
Returns the color of the base tick mark.
|
java.lang.String |
getBaselineStyle()
Returns the style of the base tick mark.
|
java.lang.Number |
getBaselineWidth()
Returns the width of the base tick mark.
|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getFamily() |
java.awt.Color |
getLineColor()
Returns the color of the tick marks.
|
java.lang.String |
getLineStyle()
Returns the style of the tick marks.
|
java.lang.Number |
getLineWidth()
Returns the width of the tick marks.
|
java.lang.String |
getRendererType() |
void |
setBaselineColor(java.lang.Object color)
Specifies the color of the base tick mark.
|
void |
setBaselineStyle(java.lang.String style)
Specifies the style of the base tick mark.
|
void |
setBaselineWidth(java.lang.Number value)
Specifies the width of the base tick mark.
|
void |
setLineColor(java.awt.Color color)
Specifies the color of the tick marks.
|
void |
setLineStyle(java.lang.String style)
Specifies the style of the tick marks.
|
void |
setLineWidth(java.lang.Number value)
Specifies the width of the tick marks.
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl
addPartialTarget, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTree
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey BASELINE_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BASELINE_WIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BASELINE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_WIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_STYLE_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public java.lang.String getFamily()
getFamily
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public java.lang.String getRendererType()
getRendererType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public final java.lang.Object getBaselineColor()
public final void setBaselineColor(java.lang.Object color)
public final java.lang.Number getBaselineWidth()
public final void setBaselineWidth(java.lang.Number value)
public final java.lang.String getBaselineStyle()
public final void setBaselineStyle(java.lang.String style)
public final java.awt.Color getLineColor()
public final void setLineColor(java.awt.Color color)
public final java.lang.Number getLineWidth()
public final void setLineWidth(java.lang.Number value)
public final java.lang.String getLineStyle()
public final void setLineStyle(java.lang.String style)