Package org.zkoss.chart
Class Separator
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.Separator
-
- All Implemented Interfaces:
Serializable
,OptionDataListener
,org.zkoss.json.JSONAware
public class Separator extends Optionable
Options object for Breadcrumbs separator.All the options in this class support
DynamicalAttribute
.- Since:
- 10.2.1.0
- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.Optionable
NOT_NULL_VALUE, options
-
-
Constructor Summary
Constructors Constructor Description Separator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K,V>
Map<K,V>getStyle()
Returns CSS styles for the separator.String
getText()
Returns the separator text.void
setStyle(String style)
Sets CSS styles for the separator.<K,V>
voidsetStyle(Map<K,V> style)
Sets CSS styles for the separator.void
setText(String text)
Sets the separator text.-
Methods inherited from class org.zkoss.chart.Optionable
addExtraAttr, addOptionDataListener, clearOptonDataListener, clone, containsKey, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getAttr, getAttr, getClientState, getExtraAttr, merge, onChange, removeExtraAttr, removeKey, removeOptionDataListener, setAttr, setAttr, setAttr, setAttr, toJSONString, toString
-
-
-
-
Method Detail
-
getStyle
public <K,V> Map<K,V> getStyle()
Returns CSS styles for the separator.Default: null
-
setStyle
public void setStyle(String style)
Sets CSS styles for the separator.Default: null
-
setStyle
public <K,V> void setStyle(Map<K,V> style)
Sets CSS styles for the separator.Default: null
-
getText
public String getText()
Returns the separator text.Default:
"/"
-
setText
public void setText(String text)
Sets the separator text.Default:
"/"
-
-