|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.webapp.UIComponentTag
org.apache.myfaces.tobago.taglib.component.TobagoTag
org.apache.myfaces.tobago.taglib.component.GridLayoutTag
public class GridLayoutTag
| Field Summary |
|---|
| Fields inherited from class javax.faces.webapp.UIComponentTag |
|---|
pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
GridLayoutTag()
|
|
| Method Summary | |
|---|---|
String |
getBorder()
|
String |
getCellspacing()
|
String |
getColumns()
|
String |
getComponentType()
|
String |
getMargin()
|
String |
getMarginBottom()
|
String |
getMarginLeft()
|
String |
getMarginRight()
|
String |
getMarginTop()
|
String |
getRows()
|
void |
release()
|
void |
setBorder(String border)
Border size of this component. |
void |
setCellspacing(String cellspacing)
Spacing between component and layout cell's |
void |
setColumns(String columns)
LayoutConstraints for column layout. |
void |
setMargin(String margin)
Margin between container component and layouted children. |
void |
setMarginBottom(String marginBottom)
Bottom margin between container component and layouted children. |
void |
setMarginLeft(String marginLeft)
Left margin between container component and layouted children. |
void |
setMarginRight(String marginRight)
Right margin between container component and layouted children. |
void |
setMarginTop(String marginTop)
Top margin between container component and layouted children. |
protected void |
setProperties(javax.faces.component.UIComponent component)
|
void |
setRows(String rows)
LayoutConstraints for column layout. |
| Methods inherited from class org.apache.myfaces.tobago.taglib.component.TobagoTag |
|---|
doEndTag, doStartTag, getDisabled, getHeight, getHidden, getInline, getLabel, getReadonly, getRendererType, getTitle, getWidth, setDisabled, setHeight, setHidden, setInline, setLabel, setReadonly, setTitle, setWidth |
| Methods inherited from class javax.faces.webapp.UIComponentTag |
|---|
encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
doEndTag, doStartTag, getParent, setPageContext, setParent |
| Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId |
|---|
setId |
| Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding |
|---|
setBinding |
| Constructor Detail |
|---|
public GridLayoutTag()
| Method Detail |
|---|
public String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class TobagoTagpublic void release()
release in interface Tagrelease in class TobagoTagpublic String getBorder()
public void setBorder(String border)
HasBorder
setBorder in interface HasBorderpublic String getCellspacing()
public void setCellspacing(String cellspacing)
HasCellspacing
setCellspacing in interface HasCellspacingpublic String getMargin()
public void setMargin(String margin)
HasMargin
setMargin in interface HasMarginpublic String getMarginTop()
public void setMarginTop(String marginTop)
HasMargins
setMarginTop in interface HasMarginspublic String getMarginRight()
public void setMarginRight(String marginRight)
HasMargins
setMarginRight in interface HasMarginspublic String getMarginBottom()
public void setMarginBottom(String marginBottom)
HasMargins
setMarginBottom in interface HasMarginspublic String getMarginLeft()
public void setMarginLeft(String marginLeft)
HasMargins
setMarginLeft in interface HasMarginspublic String getColumns()
public void setColumns(String columns)
HasColumnLayout
setColumns in interface HasColumnLayoutpublic String getRows()
public void setRows(String rows)
HasRowLayout
setRows in interface HasRowLayout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||