org.gwtbootstrap3.extras.fullcalendar.client.ui
Class Header

java.lang.Object
  extended by org.gwtbootstrap3.extras.fullcalendar.client.ui.Header

public class Header
extends Object

http://arshaw.com/fullcalendar/docs/display/header/

Setting the header options to false will display no header. An object can be supplied with properties left, center, and right. These properties contain strings with comma/space separated values. Values separated by a comma will be displayed adjacently. Values separated by a space will be displayed with a small gap in between. Strings can contain any of the following values: { left: 'title', center: '', right: 'today prev,next' }

Author:
Jeff Isenhart

Constructor Summary
Header()
           
 
Method Summary
 void setCenter(String center)
           
 void setLeft(String left)
           
 void setNoHeader()
           
 void setRight(String right)
           
 JavaScriptObject toJavaScript()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Header

public Header()
Method Detail

setNoHeader

public void setNoHeader()

setLeft

public void setLeft(String left)

setCenter

public void setCenter(String center)

setRight

public void setRight(String right)

toJavaScript

public JavaScriptObject toJavaScript()


Copyright © 2015. All rights reserved.