|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.zkoss.zk.ui.AbstractComponent
org.zkoss.zk.ui.HtmlBasedComponent
org.zkoss.zul.impl.XulElement
org.zkoss.zul.Listitem
org.zkoss.zul.Listgroupfoot
public class Listgroupfoot
Listgroupfoot serves as a summary listitem of listgroup.
Available in ZK PE and EE.
Default getZclass()
: z-listgroupfoot (since 5.0.0).
Note: All the Label
child of this component are automatically applied
the group-cell CSS, if you don't want this CSS, you can invoke the HtmlBasedComponent.setSclass(String)
after the child added.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.zkoss.zul.Listitem |
---|
Listitem.ExtraCtrl |
Nested classes/interfaces inherited from class org.zkoss.zk.ui.AbstractComponent |
---|
AbstractComponent.Children |
Field Summary |
---|
Fields inherited from class org.zkoss.zk.ui.HtmlBasedComponent |
---|
_height, _left, _top, _width, _zclass |
Fields inherited from class org.zkoss.zk.ui.AbstractComponent |
---|
_visible |
Fields inherited from interface org.zkoss.zk.ui.Component |
---|
APPLICATION_SCOPE, COMPONENT_SCOPE, DESKTOP_SCOPE, PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE, SPACE_SCOPE |
Fields inherited from interface org.zkoss.zk.ui.sys.ComponentCtrl |
---|
CE_BUSY_IGNORE, CE_DUPLICATE_IGNORE, CE_IMPORTANT, CE_NON_DEFERRABLE, CE_REPEAT_IGNORE |
Constructor Summary | |
---|---|
Listgroupfoot()
|
|
Listgroupfoot(java.lang.String label)
|
|
Listgroupfoot(java.lang.String label,
java.lang.Object value)
|
Method Summary | |
---|---|
java.lang.String |
getLabel()
Returns the value of the Label it contains, or null
if no such cell. |
java.lang.String |
getZclass()
Returns the ZK Cascading Style class(es) for this component. |
void |
setLabel(java.lang.String label)
Sets the value of the Label it contains. |
Methods inherited from class org.zkoss.zul.Listitem |
---|
addMoved, beforeChildAdded, beforeParentChanged, clone, getImage, getIndex, getListbox, getListboxApi, getListgroup, getListgroupApi, getMaxlength, getMold, getSrc, getValue, isCheckable, isDisabled, isLoaded, isSelected, newExtraCtrl, renderProperties, setCheckable, setDisabled, setImage, setIndex, setSelected, setSrc, setValue, setVisible, smartUpdate, smartUpdate, smartUpdate |
Methods inherited from class org.zkoss.zul.impl.XulElement |
---|
getAction, getContext, getCtrlKeys, getPopup, getTooltip, setAction, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip |
Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent |
---|
focus, getDraggable, getDroppable, getHeight, getHflex, getLeft, getSclass, getStyle, getTooltiptext, getTop, getVflex, getWidth, getZindex, getZIndex, service, setClass, setDraggable, setDroppable, setFocus, setHeight, setHflex, setLeft, setSclass, setStyle, setTooltiptext, setTop, setVflex, setWidth, setZclass, setZindex, setZIndex |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.zkoss.zul.api.Listitem |
---|
getImage, getListboxApi, getListgroupApi, getMaxlength, getValue, isCheckable, isLoaded, isSelected, setCheckable, setDisabled, setImage, setSelected, setValue |
Methods inherited from interface org.zkoss.zul.impl.api.XulElement |
---|
getAction, getContext, getCtrlKeys, getPopup, getTooltip, setAction, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip |
Methods inherited from interface org.zkoss.zk.ui.api.HtmlBasedComponent |
---|
focus, getHeight, getLeft, getSclass, getStyle, getTooltiptext, getTop, getWidth, getZindex, getZIndex, setDraggable, setDroppable, setFocus, setHeight, setLeft, setSclass, setStyle, setTooltiptext, setTop, setWidth, setZclass, setZindex, setZIndex |
Methods inherited from interface org.zkoss.zk.ui.ext.Scope |
---|
addScopeListener, getAttribute, hasAttribute, removeAttribute, removeScopeListener, setAttribute |
Constructor Detail |
---|
public Listgroupfoot()
public Listgroupfoot(java.lang.String label)
public Listgroupfoot(java.lang.String label, java.lang.Object value)
Method Detail |
---|
public java.lang.String getLabel()
Label
it contains, or null
if no such cell.
getLabel
in interface Listitem
getLabel
in class Listitem
public void setLabel(java.lang.String label)
Label
it contains.
If it is not created, we automatically create it.
setLabel
in interface Listitem
setLabel
in class Listitem
public java.lang.String getZclass()
HtmlBasedComponent
Default: null (the default value depends on element).
HtmlBasedComponent.setZclass(java.lang.String)
) will completely replace the default style
of a component. In other words, the default style of a component
is associated with the default value of HtmlBasedComponent.getZclass()
.
Once it is changed, the default style won't be applied at all.
If you want to perform small adjustments, use HtmlBasedComponent.setSclass(java.lang.String)
instead.
getZclass
in interface HtmlBasedComponent
getZclass
in class Listitem
HtmlBasedComponent.getSclass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |