|
||||||||||
| 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.AbstractUIToolBarCommand
org.apache.myfaces.tobago.component.UIToolBarCommand
public class UIToolBarCommand
Renders a command button within a toolbar.
UIComponent class, generated from template component1.2.stg with class
ToolBarCommandTagDeclaration.
| Field Summary | |
|---|---|
static String |
COMPONENT_TYPE
|
| Fields inherited from class javax.faces.component.UICommand |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
UIToolBarCommand()
|
|
| Method Summary | |
|---|---|
Character |
getAccessKey()
Deprecated. |
Integer |
getColumnSpan()
|
Measure |
getCurrentHeight()
This value will usually be set by the layout manager. |
Markup |
getCurrentMarkup()
|
Measure |
getCurrentWidth()
This value will usually be set by the layout manager. |
Display |
getDisplay()
This attribute is for internal use only. |
Measure |
getHeight()
This value will usually be set by the layout manager. |
Integer |
getHorizontalIndex()
This attribute is for internal use only. |
String |
getImage()
Url to an image to display. |
String |
getLabel()
Text value to display as label. |
String |
getLabelWithAccessKey()
Deprecated. |
Measure |
getLeft()
This value will usually be set by the layout manager. |
String |
getLink()
Link to an arbitrary URL, either an internal link or an external link. |
Measure |
getMarginBottom()
|
Measure |
getMarginLeft()
|
Measure |
getMarginRight()
|
Measure |
getMarginTop()
|
Markup |
getMarkup()
|
Measure |
getMaximumHeight()
|
Measure |
getMaximumWidth()
|
Measure |
getMinimumHeight()
|
Measure |
getMinimumWidth()
|
String |
getOnclick()
Script to be invoked when clicked |
Measure |
getPreferredHeight()
|
Measure |
getPreferredWidth()
|
String[] |
getRenderedPartially()
Indicate the partially rendered Components in a case of a submit. |
String |
getResource()
Link to an internal resource. |
Integer |
getRowSpan()
|
String |
getTarget()
Name of a frame where the resource retrieved via this hyperlink is to be displayed. |
String |
getTip()
Text value to display as tooltip. |
Measure |
getTop()
This value will usually be set by the layout manager. |
Integer |
getVerticalIndex()
This attribute is for internal use only. |
Measure |
getWidth()
This value will usually be set by the layout manager. |
boolean |
isDisabled()
Flag indicating that this element is disabled. |
boolean |
isImmediate()
Flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase. |
boolean |
isJsfResource()
Flag indicating that the resource referenced by the resource attribute is a jsf resource. |
boolean |
isTransition()
Specify, if the command calls an JSF-Action. |
void |
restoreState(javax.faces.context.FacesContext context,
Object componentState)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setAccessKey(Character accessKey)
Deprecated. |
void |
setColumnSpan(Integer columnSpan)
|
void |
setCurrentHeight(Measure currentHeight)
|
void |
setCurrentMarkup(Markup currentMarkup)
|
void |
setCurrentWidth(Measure currentWidth)
|
void |
setDisabled(boolean disabled)
|
void |
setDisplay(Display display)
|
void |
setHeight(Measure height)
|
void |
setHorizontalIndex(Integer horizontalIndex)
|
void |
setImage(String image)
|
void |
setImmediate(boolean immediate)
|
void |
setJsfResource(boolean jsfResource)
|
void |
setLabel(String label)
|
void |
setLabelWithAccessKey(String labelWithAccessKey)
Deprecated. |
void |
setLeft(Measure left)
|
void |
setLink(String link)
|
void |
setMarginBottom(Measure marginBottom)
|
void |
setMarginLeft(Measure marginLeft)
|
void |
setMarginRight(Measure marginRight)
|
void |
setMarginTop(Measure marginTop)
|
void |
setMarkup(Markup markup)
|
void |
setMaximumHeight(Measure maximumHeight)
|
void |
setMaximumWidth(Measure maximumWidth)
|
void |
setMinimumHeight(Measure minimumHeight)
|
void |
setMinimumWidth(Measure minimumWidth)
|
void |
setOnclick(String onclick)
|
void |
setPreferredHeight(Measure preferredHeight)
|
void |
setPreferredWidth(Measure preferredWidth)
|
void |
setRenderedPartially(String[] renderedPartially)
|
void |
setResource(String resource)
|
void |
setRowSpan(Integer rowSpan)
|
void |
setTarget(String target)
|
void |
setTip(String tip)
|
void |
setTop(Measure top)
|
void |
setTransition(boolean transition)
|
void |
setVerticalIndex(Integer verticalIndex)
|
void |
setWidth(Measure width)
|
| Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUICommandBase |
|---|
processDecodes, queueEvent |
| Methods inherited from class javax.faces.component.UICommand |
|---|
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, removeActionListener, setAction, setActionExpression, setActionListener, 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 |
|---|
isRendered |
| Methods inherited from interface org.apache.myfaces.tobago.config.Configurable |
|---|
getRendererType |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
| Constructor Detail |
|---|
public UIToolBarCommand()
| Method Detail |
|---|
public Markup getMarkup()
getMarkup in interface SupportsMarkuppublic void setMarkup(Markup markup)
setMarkup in interface SupportsMarkup@Deprecated public Character getAccessKey()
@Deprecated public void setAccessKey(Character accessKey)
public Measure getMarginLeft()
getMarginLeft in interface LayoutBasepublic void setMarginLeft(Measure marginLeft)
setMarginLeft in interface LayoutBasepublic String getLink()
getLink in class AbstractUICommandBasepublic void setLink(String link)
@Deprecated public String getLabelWithAccessKey()
@Deprecated public void setLabelWithAccessKey(String labelWithAccessKey)
public Measure getMinimumHeight()
getMinimumHeight in interface LayoutBasepublic void setMinimumHeight(Measure minimumHeight)
setMinimumHeight in interface LayoutBasepublic String getTip()
public void setTip(String tip)
public Measure getHeight()
getHeight in interface LayoutBasepublic void setHeight(Measure height)
setHeight in interface LayoutBasepublic Measure getMinimumWidth()
getMinimumWidth in interface LayoutBasepublic void setMinimumWidth(Measure minimumWidth)
setMinimumWidth in interface LayoutBasepublic Integer getRowSpan()
getRowSpan in interface LayoutComponentpublic void setRowSpan(Integer rowSpan)
setRowSpan in interface LayoutComponentpublic Measure getLeft()
getLeft in interface LayoutBasepublic void setLeft(Measure left)
setLeft in interface LayoutBasepublic Integer getColumnSpan()
getColumnSpan in interface LayoutComponentpublic void setColumnSpan(Integer columnSpan)
setColumnSpan in interface LayoutComponentpublic Measure getTop()
getTop in interface LayoutBasepublic void setTop(Measure top)
setTop in interface LayoutBasepublic Measure getMaximumHeight()
getMaximumHeight in interface LayoutBasepublic void setMaximumHeight(Measure maximumHeight)
setMaximumHeight in interface LayoutBasepublic Measure getCurrentWidth()
getCurrentWidth in interface LayoutBasepublic void setCurrentWidth(Measure currentWidth)
setCurrentWidth in interface LayoutBasepublic Measure getMarginTop()
getMarginTop in interface LayoutBasepublic void setMarginTop(Measure marginTop)
setMarginTop in interface LayoutBasepublic Measure getWidth()
getWidth in interface LayoutBasepublic void setWidth(Measure width)
setWidth in interface LayoutBasepublic Measure getMarginRight()
getMarginRight in interface LayoutBasepublic void setMarginRight(Measure marginRight)
setMarginRight in interface LayoutBasepublic Measure getPreferredHeight()
getPreferredHeight in interface LayoutBasepublic void setPreferredHeight(Measure preferredHeight)
setPreferredHeight in interface LayoutBasepublic String getResource()
getResource in class AbstractUICommandBasepublic void setResource(String resource)
public boolean isJsfResource()
false
isJsfResource in class AbstractUICommandBasepublic void setJsfResource(boolean jsfResource)
public Measure getCurrentHeight()
getCurrentHeight in interface LayoutBasepublic void setCurrentHeight(Measure currentHeight)
setCurrentHeight in interface LayoutBasepublic boolean isTransition()
true
public void setTransition(boolean transition)
public String getImage()
public void setImage(String image)
public String getLabel()
public void setLabel(String label)
public Display getDisplay()
getDisplay in interface LayoutComponentpublic void setDisplay(Display display)
setDisplay in interface LayoutComponentpublic Measure getMaximumWidth()
getMaximumWidth in interface LayoutBasepublic void setMaximumWidth(Measure maximumWidth)
setMaximumWidth in interface LayoutBasepublic Measure getPreferredWidth()
getPreferredWidth in interface LayoutBasepublic void setPreferredWidth(Measure preferredWidth)
setPreferredWidth in interface LayoutBasepublic boolean isImmediate()
false
isImmediate in interface javax.faces.component.ActionSourceisImmediate in class javax.faces.component.UICommandpublic void setImmediate(boolean immediate)
setImmediate in interface javax.faces.component.ActionSourcesetImmediate in class javax.faces.component.UICommandpublic Measure getMarginBottom()
getMarginBottom in interface LayoutBasepublic void setMarginBottom(Measure marginBottom)
setMarginBottom in interface LayoutBasepublic Integer getVerticalIndex()
getVerticalIndex in interface LayoutComponentpublic void setVerticalIndex(Integer verticalIndex)
setVerticalIndex in interface LayoutComponentpublic Markup getCurrentMarkup()
getCurrentMarkup in interface SupportsMarkupgetCurrentMarkup in interface Configurablepublic void setCurrentMarkup(Markup currentMarkup)
setCurrentMarkup in interface SupportsMarkuppublic String[] getRenderedPartially()
getRenderedPartially in interface SupportsRenderedPartiallypublic void setRenderedPartially(String[] renderedPartially)
setRenderedPartially in interface SupportsRenderedPartiallypublic String getTarget()
getTarget in class AbstractUICommandBasepublic void setTarget(String target)
public String getOnclick()
getOnclick in class AbstractUICommandBasepublic void setOnclick(String onclick)
public Integer getHorizontalIndex()
getHorizontalIndex in interface LayoutComponentpublic void setHorizontalIndex(Integer horizontalIndex)
setHorizontalIndex in interface LayoutComponentpublic boolean isDisabled()
false
public void setDisabled(boolean disabled)
public void restoreState(javax.faces.context.FacesContext context,
Object componentState)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UICommandpublic Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UICommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||