org.gwtbootstrap3.extras.fullcalendar.client.ui
Class AbstractViewOptionFormat
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractViewOptionFormat
protected AbstractViewOptionFormat()
populateDefaultOptions
protected abstract void populateDefaultOptions(Map<ViewOptionHash,String> options)
getDefaultOptions
protected Map<ViewOptionHash,String> getDefaultOptions()
Copyright © 2015. All rights reserved.