The style component used to specify CSS styles for the owner desktop.
CSS
Note: a style component can appear anywhere in a ZUML page, but it affects all components in the same desktop.
style
ZUML
desktop
<style> a{ color:red; } </style>
org.zkoss.zul.Style
*NONE
Property
Description
Data Type
Default Values
src
the URI of an external style sheet.
String
<empty string>
Name
Return Data Type
onChildRemoved(org.zkoss.zk.ui.Component child)
void
redraw(java.io.Writer out)
insertBefore(org.zkoss.zk.ui.Component child, org.zkoss.zk.ui.Component insertBefore)
Only Label children are allowed.
boolean
Inherited From
org.zkoss.zk.ui.AbstractComponent