com.github.dandelion.datatables.core.asset
Class ExtraJs

java.lang.Object
  extended by 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

Constructor Summary
ExtraJs(Set<String> bundles, InsertMode insert)
           
 
Method Summary
 Set<String> getBundles()
           
 InsertMode getInsert()
           
 void setBundles(Set<String> bundles)
           
 void setInsert(InsertMode insert)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtraJs

public ExtraJs(Set<String> bundles,
               InsertMode insert)
Method Detail

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.