Package com.day.cq.wcm.api.components
Interface Toolbar.Item
-
- All Known Implementing Classes:
EditAction
,JcrToolbarItem
,Toolbar.Button
,Toolbar.Custom
,Toolbar.Label
,Toolbar.Separator
- Enclosing class:
- Toolbar
public static interface Toolbar.Item
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(JSONWriter writer)
Serialize to JSON writer.
-
-
-
Method Detail
-
write
void write(JSONWriter writer) throws JSONException
Serialize to JSON writer.- Parameters:
writer
- the writer- Throws:
JSONException
- if a JSON error occurs.
-
-