|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Colorbox
A Colorbox.
Available in ZK PE and ZK EE.
Default HtmlBasedComponent.getZclass()
: z-colorbox.
Field Summary |
---|
Fields inherited from interface org.zkoss.zk.ui.Component |
---|
APPLICATION_SCOPE, COMPONENT_SCOPE, DESKTOP_SCOPE, PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE, SPACE_SCOPE |
Method Summary | |
---|---|
java.lang.String |
getColor()
Returns the color (in string as #RRGGBB). |
int |
getRGB()
Returns the color in int Default: 0x000000 |
java.lang.String |
getValue()
Returns the value of color Default: #000000 |
boolean |
isDisabled()
Returns whether it is disabled. |
void |
setColor(java.lang.String color)
Sets the color. |
void |
setDisabled(boolean disabled)
Sets whether it is disabled. |
void |
setValue(java.lang.String value)
Sets the value of color |
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, getZclass, 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 |
Method Detail |
---|
void setColor(java.lang.String color)
color
- in #RRGGBB format (hexdecimal).java.lang.String getColor()
Default: #000000
void setValue(java.lang.String value)
value
- in #RRGGBB format (hexdecimal).java.lang.String getValue()
Default: #000000
int getRGB()
Default: 0x000000
boolean isDisabled()
Default: false.
void setDisabled(boolean disabled)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |