com.day.cq.wcm.api.components
Class Toolbar.Label

java.lang.Object
  extended by com.day.cq.wcm.api.components.Toolbar.Label
All Implemented Interfaces:
Toolbar.Item
Enclosing class:
Toolbar

public static class Toolbar.Label
extends Object
implements Toolbar.Item


Constructor Summary
Toolbar.Label(String text)
           
 
Method Summary
 void write(org.apache.sling.commons.json.io.JSONWriter writer)
          Serialize to JSON writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Toolbar.Label

public Toolbar.Label(String text)
Method Detail

write

public void write(org.apache.sling.commons.json.io.JSONWriter writer)
           throws org.apache.sling.commons.json.JSONException
Description copied from interface: Toolbar.Item
Serialize to JSON writer.

Specified by:
write in interface Toolbar.Item
Parameters:
writer - the writer
Throws:
org.apache.sling.commons.json.JSONException - if a JSON error occurs.


Copyright © 2008 Day Management AG. All Rights Reserved.