com.github.dandelion.datatables.core.asset
Class ExtraJs
java.lang.Object
com.github.dandelion.datatables.core.asset.ExtraJs
public class ExtraJs
- extends Object
POJO used to wrap a set of bundles to be inserted in the generated DataTable
configuration..
- Since:
- 0.10.0
- Author:
- Thibault Duchateau
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtraJs
public ExtraJs(Set<String> bundles,
InsertMode insert)
getBundles
public Set<String> getBundles()
setBundles
public void setBundles(Set<String> bundles)
getInsert
public InsertMode getInsert()
setInsert
public void setInsert(InsertMode insert)
Copyright © 2013–2014 Dandelion Project. All rights reserved.