public class BodyLength
extends javax.faces.component.UINamingContainer
COMPONENT_FAMILY, COMPONENT_TYPE, SEPARATOR_CHAR_PARAM_NAME
Constructor and Description |
---|
BodyLength() |
Modifier and Type | Method and Description |
---|---|
javax.faces.component.UINamingContainer |
getCentimetersComponent()
Gets the length in centimeters input component.
|
String |
getCurrentUnit()
Gets the current unit of length.
|
Integer |
getFeet()
Gets the length in feet.
|
javax.faces.component.UINamingContainer |
getFeetComponent()
Gets the length in feet input component.
|
Integer |
getInches()
Gets the length in inches.
|
javax.faces.component.UINamingContainer |
getInchesComponent()
Gets the length in inches input component.
|
javax.faces.component.UIComponent |
getToggleLengthUnitButton()
Gets the button to toggle the unit of length.
|
String |
getToggleUnitButtonOffLabel()
Gets the label for the toggle unit button in case the button is 'off'.
|
String |
getToggleUnitButtonOnLabel()
Gets the label for the toggle unit button in case the button is 'on'.
|
void |
setCentimetersComponent(javax.faces.component.UINamingContainer centimetersComponent)
Sets the length in centimeters input component.
|
void |
setFeet(Integer feet)
Sets the length in feet.
|
void |
setFeetComponent(javax.faces.component.UINamingContainer feetComponent)
Sets the length in feet input component.
|
void |
setInches(Integer inches)
Sets the length in inches.
|
void |
setInchesComponent(javax.faces.component.UINamingContainer inchesComponent)
Sets the length in inches input component.
|
void |
setToggleLengthUnitButton(javax.faces.component.UIComponent toggleLengthUnitButton)
Sets the button to toggle the unit of length.
|
createUniqueId, getFamily, getSeparatorChar, visitTree
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, 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
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression
public javax.faces.component.UINamingContainer getCentimetersComponent()
public void setCentimetersComponent(javax.faces.component.UINamingContainer centimetersComponent)
centimetersComponent
- The length in centimeters component.public javax.faces.component.UINamingContainer getFeetComponent()
public void setFeetComponent(javax.faces.component.UINamingContainer feetComponent)
feetComponent
- The length in feet component.public javax.faces.component.UINamingContainer getInchesComponent()
public void setInchesComponent(javax.faces.component.UINamingContainer inchesComponent)
inchesComponent
- The length in inches component.public javax.faces.component.UIComponent getToggleLengthUnitButton()
public void setToggleLengthUnitButton(javax.faces.component.UIComponent toggleLengthUnitButton)
toggleLengthUnitButton
- The button to toggle the unit of length.public Integer getFeet()
public void setFeet(Integer feet)
feet
- The length in feet.public Integer getInches()
public void setInches(Integer inches)
inches
- The length in inches.public String getCurrentUnit()
public String getToggleUnitButtonOnLabel()
public String getToggleUnitButtonOffLabel()
Copyright © 2008–2018. All rights reserved.