|
||||||||||
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
javax.faces.component.UICommand
org.apache.myfaces.tobago.internal.component.AbstractUICommandBase
org.apache.myfaces.tobago.internal.component.AbstractUICommand
org.apache.myfaces.tobago.internal.component.AbstractUILink
org.apache.myfaces.tobago.internal.component.AbstractUIDatePicker
public abstract class AbstractUIDatePicker
Field Summary |
---|
Fields inherited from class javax.faces.component.UICommand |
---|
COMPONENT_FAMILY, COMPONENT_TYPE |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Fields inherited from interface org.apache.myfaces.tobago.component.OnComponentCreated |
---|
MARKER |
Constructor Summary | |
---|---|
AbstractUIDatePicker()
|
Method Summary | |
---|---|
void |
broadcast(javax.faces.event.FacesEvent facesEvent)
|
abstract String |
getFor()
|
javax.faces.component.UIComponent |
getForComponent()
|
String |
getTarget()
|
void |
onComponentCreated(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent parent)
|
abstract void |
setDisabled(boolean disabled)
|
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUILink |
---|
getImage, getTabIndex, getTip, isDisabled |
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUICommandBase |
---|
getLink, getOnclick, getResource, isJsfResource, processDecodes, queueEvent |
Methods inherited from class javax.faces.component.UICommand |
---|
addActionListener, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, isImmediate, removeActionListener, restoreState, saveState, setAction, setActionExpression, setActionListener, setImmediate, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutComponent |
---|
getColumnSpan, getDisplay, getHorizontalIndex, getRowSpan, getVerticalIndex, isRendered, setColumnSpan, setDisplay, setHorizontalIndex, setRowSpan, setVerticalIndex |
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutBase |
---|
getCurrentHeight, getCurrentWidth, getHeight, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getPreferredHeight, getPreferredWidth, getTop, getWidth, setCurrentHeight, setCurrentWidth, setHeight, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setTop, setWidth |
Methods inherited from interface org.apache.myfaces.tobago.config.Configurable |
---|
getCurrentMarkup, getRendererType |
Methods inherited from interface org.apache.myfaces.tobago.component.SupportsRenderedPartially |
---|
getRenderedPartially, setRenderedPartially |
Constructor Detail |
---|
public AbstractUIDatePicker()
Method Detail |
---|
public abstract String getFor()
public abstract void setDisabled(boolean disabled)
public javax.faces.component.UIComponent getForComponent()
public void broadcast(javax.faces.event.FacesEvent facesEvent)
broadcast
in class javax.faces.component.UICommand
public void onComponentCreated(javax.faces.context.FacesContext context, javax.faces.component.UIComponent parent)
onComponentCreated
in interface OnComponentCreated
public String getTarget()
getTarget
in class AbstractUICommandBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |