Package com.groiss.storegui
Class ObjectTableAdapter<T extends Persistent>
java.lang.Object
com.groiss.storegui.ObjectTableAdapter<T>
- All Implemented Interfaces:
ObjectTableHandler<T>
public class ObjectTableAdapter<T extends Persistent>
extends Object
implements ObjectTableHandler<T>
Adapter for ObjectTableHandler- but it is recommended to implement ObjectTableHandler directly, because
it contains already a default implementation for the methods
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.groiss.storegui.ObjectTableHandler
getList, init, lineStyle, modifyColumns, modifyTableLine
-
Constructor Details
-
ObjectTableAdapter
public ObjectTableAdapter()
-