|
||||||||||
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.UIGraphic
org.apache.myfaces.tobago.internal.component.AbstractUIImage
org.apache.myfaces.tobago.component.UIImage
public class UIImage
Renders an image.
UIComponent class, generated from template component1.2.stg
with class
org.apache.myfaces.tobago.internal.taglib.component.ImageTagDeclaration
.
Field Summary | |
---|---|
static String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIGraphic |
---|
COMPONENT_FAMILY |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
UIImage()
|
Method Summary | |
---|---|
String |
getAlt()
Alternate textual description of the image rendered by this component. |
String |
getBorder()
Border size of this component. |
Measure |
getBorderBottom()
This attribute is for internal use only. |
Measure |
getBorderLeft()
This attribute is for internal use only. |
Measure |
getBorderRight()
This attribute is for internal use only. |
Measure |
getBorderTop()
This attribute is for internal use only. |
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()
Deprecated. |
Integer |
getHorizontalIndex()
This attribute is for internal use only. |
Measure |
getLeft()
This value will usually be set by the layout manager. |
Measure |
getMarginBottom()
|
Measure |
getMarginLeft()
|
Measure |
getMarginRight()
|
Measure |
getMarginTop()
|
Markup |
getMarkup()
|
Measure |
getMaximumHeight()
|
Measure |
getMaximumWidth()
|
Measure |
getMinimumHeight()
|
Measure |
getMinimumWidth()
|
Measure |
getPaddingBottom()
This attribute is for internal use only. |
Measure |
getPaddingLeft()
This attribute is for internal use only. |
Measure |
getPaddingRight()
This attribute is for internal use only. |
Measure |
getPaddingTop()
This attribute is for internal use only. |
Measure |
getPreferredHeight()
|
Measure |
getPreferredWidth()
|
Integer |
getRowSpan()
|
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()
Deprecated. |
boolean |
isDisabled()
Flag indicating that this element is disabled. |
boolean |
isOverflowX()
This attribute is for internal use only. |
boolean |
isOverflowY()
This attribute is for internal use only. |
void |
restoreState(FacesContext context,
Object componentState)
|
Object |
saveState(FacesContext context)
|
void |
setAlt(String alt)
|
void |
setBorder(String border)
|
void |
setBorderBottom(Measure borderBottom)
|
void |
setBorderLeft(Measure borderLeft)
|
void |
setBorderRight(Measure borderRight)
|
void |
setBorderTop(Measure borderTop)
|
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)
Deprecated. |
void |
setHorizontalIndex(Integer horizontalIndex)
|
void |
setLeft(Measure left)
|
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 |
setOverflowX(boolean overflowX)
|
void |
setOverflowY(boolean overflowY)
|
void |
setPaddingBottom(Measure paddingBottom)
|
void |
setPaddingLeft(Measure paddingLeft)
|
void |
setPaddingRight(Measure paddingRight)
|
void |
setPaddingTop(Measure paddingTop)
|
void |
setPreferredHeight(Measure preferredHeight)
|
void |
setPreferredWidth(Measure preferredWidth)
|
void |
setRowSpan(Integer rowSpan)
|
void |
setTip(String tip)
|
void |
setTop(Measure top)
|
void |
setVerticalIndex(Integer verticalIndex)
|
void |
setWidth(Measure width)
Deprecated. |
Methods inherited from class javax.faces.component.UIGraphic |
---|
getFamily, getUrl, getValue, getValueExpression, setUrl, setValue, setValueExpression |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId |
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 UIImage()
Method Detail |
---|
public Markup getMarkup()
getMarkup
in interface SupportsMarkup
public void setMarkup(Markup markup)
setMarkup
in interface SupportsMarkup
public Measure getMarginLeft()
getMarginLeft
in interface LayoutBase
public void setMarginLeft(Measure marginLeft)
setMarginLeft
in interface LayoutBase
public Measure getMinimumHeight()
getMinimumHeight
in interface LayoutBase
public void setMinimumHeight(Measure minimumHeight)
setMinimumHeight
in interface LayoutBase
public Measure getBorderLeft()
public void setBorderLeft(Measure borderLeft)
public String getTip()
public void setTip(String tip)
@Deprecated public Measure getHeight()
getHeight
in interface DeprecatedDimension
getHeight
in interface LayoutBase
@Deprecated public void setHeight(Measure height)
setHeight
in interface DeprecatedDimension
setHeight
in interface LayoutBase
public Measure getMinimumWidth()
getMinimumWidth
in interface LayoutBase
public void setMinimumWidth(Measure minimumWidth)
setMinimumWidth
in interface LayoutBase
public String getAlt()
public void setAlt(String alt)
public boolean isOverflowX()
public void setOverflowX(boolean overflowX)
public Integer getRowSpan()
getRowSpan
in interface LayoutComponent
public void setRowSpan(Integer rowSpan)
setRowSpan
in interface LayoutComponent
public boolean isOverflowY()
public void setOverflowY(boolean overflowY)
public Measure getLeft()
getLeft
in interface LayoutBase
public void setLeft(Measure left)
setLeft
in interface LayoutBase
public Integer getColumnSpan()
getColumnSpan
in interface LayoutComponent
public void setColumnSpan(Integer columnSpan)
setColumnSpan
in interface LayoutComponent
public Measure getBorderRight()
public void setBorderRight(Measure borderRight)
public String getBorder()
public void setBorder(String border)
public Measure getPaddingBottom()
public void setPaddingBottom(Measure paddingBottom)
public Measure getMaximumHeight()
getMaximumHeight
in interface LayoutBase
public void setMaximumHeight(Measure maximumHeight)
setMaximumHeight
in interface LayoutBase
public Measure getTop()
getTop
in interface LayoutBase
public void setTop(Measure top)
setTop
in interface LayoutBase
public Measure getCurrentWidth()
getCurrentWidth
in interface LayoutBase
public void setCurrentWidth(Measure currentWidth)
setCurrentWidth
in interface LayoutBase
public Measure getPaddingTop()
public void setPaddingTop(Measure paddingTop)
public Measure getMarginTop()
getMarginTop
in interface LayoutBase
public void setMarginTop(Measure marginTop)
setMarginTop
in interface LayoutBase
@Deprecated public Measure getWidth()
getWidth
in interface DeprecatedDimension
getWidth
in interface LayoutBase
@Deprecated public void setWidth(Measure width)
setWidth
in interface DeprecatedDimension
setWidth
in interface LayoutBase
public Measure getMarginRight()
getMarginRight
in interface LayoutBase
public void setMarginRight(Measure marginRight)
setMarginRight
in interface LayoutBase
public Measure getCurrentHeight()
getCurrentHeight
in interface LayoutBase
public void setCurrentHeight(Measure currentHeight)
setCurrentHeight
in interface LayoutBase
public Measure getPreferredHeight()
getPreferredHeight
in interface LayoutBase
public void setPreferredHeight(Measure preferredHeight)
setPreferredHeight
in interface LayoutBase
public Measure getBorderBottom()
public void setBorderBottom(Measure borderBottom)
public Display getDisplay()
getDisplay
in interface LayoutComponent
public void setDisplay(Display display)
setDisplay
in interface LayoutComponent
public Measure getMaximumWidth()
getMaximumWidth
in interface LayoutBase
public void setMaximumWidth(Measure maximumWidth)
setMaximumWidth
in interface LayoutBase
public Measure getPaddingLeft()
public void setPaddingLeft(Measure paddingLeft)
public Measure getPaddingRight()
public void setPaddingRight(Measure paddingRight)
public Measure getPreferredWidth()
getPreferredWidth
in interface LayoutBase
public void setPreferredWidth(Measure preferredWidth)
setPreferredWidth
in interface LayoutBase
public Measure getMarginBottom()
getMarginBottom
in interface LayoutBase
public void setMarginBottom(Measure marginBottom)
setMarginBottom
in interface LayoutBase
public Measure getBorderTop()
public void setBorderTop(Measure borderTop)
public Integer getVerticalIndex()
getVerticalIndex
in interface LayoutComponent
public void setVerticalIndex(Integer verticalIndex)
setVerticalIndex
in interface LayoutComponent
public Markup getCurrentMarkup()
getCurrentMarkup
in interface SupportsMarkup
getCurrentMarkup
in interface Configurable
public void setCurrentMarkup(Markup currentMarkup)
setCurrentMarkup
in interface SupportsMarkup
public Integer getHorizontalIndex()
getHorizontalIndex
in interface LayoutComponent
public void setHorizontalIndex(Integer horizontalIndex)
setHorizontalIndex
in interface LayoutComponent
public boolean isDisabled()
false
isDisabled
in class org.apache.myfaces.tobago.internal.component.AbstractUIImage
public void setDisabled(boolean disabled)
public void restoreState(FacesContext context, Object componentState)
restoreState
in interface StateHolder
restoreState
in class UIGraphic
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UIGraphic
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |