Interface ITableActionConfiguration<T>
-
- All Known Implementing Classes:
TableActionConfiguration
public interface ITableActionConfiguration<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<ITableActionFactory<T>>getFactories()booleanisEmpty()
-
-
-
Method Detail
-
isEmpty
boolean isEmpty()
-
getFactories
java.lang.Iterable<ITableActionFactory<T>> getFactories()
-
-