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

java.lang.Object
  extended by org.gwtbootstrap3.extras.fullcalendar.client.ui.AbstractViewOptionFormat
Direct Known Subclasses:
ColumnFormat, TimeFormat, TitleFormat

public abstract class AbstractViewOptionFormat
extends Object

A super class to help model the view options

Author:
Jeff Isenhart
See Also:
Currently, View Option Hashes only work for dragOpacity, titleFormat, columnFormat, and timeFormat.

Constructor Summary
protected AbstractViewOptionFormat()
           
 
Method Summary
protected  Map<ViewOptionHash,String> getDefaultOptions()
           
protected abstract  void populateDefaultOptions(Map<ViewOptionHash,String> options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractViewOptionFormat

protected AbstractViewOptionFormat()
Method Detail

populateDefaultOptions

protected abstract void populateDefaultOptions(Map<ViewOptionHash,String> options)

getDefaultOptions

protected Map<ViewOptionHash,String> getDefaultOptions()


Copyright © 2015. All rights reserved.