Package atg.svc.ui.treetable

Interface Summary
Checkable The Checkable interface allows implementations to support tree table checking.
Deletable The Deletable interface allows implementations to support tree table item deletion.
Expandable The Expandable interface allows implementations to support tree table expansion.
Filterable The Filterable interface allows implementations to support tree table filtering.
Keyable The Keyable interface allows implementations to map tree table keys to items and items to provide their keys.
KeyHolder The KeyHolder interface allows implementations to manage objects by key.
Listable The Listable interface allows implementations to list tree table content.
Movable The Movable interface allows implementations to support tree table item moving.
Navigable The Navigable interface allows implementations to support hierarchical tree table navigation to any node.
Operation The Operation interface identifies supported tree table behaviors.
Pageable The Pageable interface allows implementations to support tree table paging.
PartialSelectable The PartialSelectable interface allows implementations to support tree table selecting.
Resolvable The Resolvable interface allows implementations to resolve the entire tree table content without paging.
Selectable The Selectable interface allows implementations to support tree table selecting.
Sortable The Sortable interface allows implementations to support tree table sorting.
 

Class Summary
CheckState The CheckState class manages the state of checked tree table items.
ExpandInfo The ExpandInfo class exposes the node status to JSP pages via the varNode attribute.
ExpandState The ExpandState class manages the state of expanded tree table items.
ExpressionLanguageDefinition  
FilterBase The FilterBase class provides a base implementation for filter criteria.
FilterDefinition The The FilterDefinition class defines a set of filter criteria.
FilterExpression The The FilterExpression class defines a set of filter criteria by expression.
FilterState The FilterState class manages the state of tree table filtering.
ImplementationWrapper  
KeyHolderState The KeyHolderState class manages the state of tree table item keys.
MoveInfo The MoveInfo class exposes move-related meta data for an item.
NavigateInfo The NavigateInfo class exposes navigation-related meta data for an item.
NavigateState The NavigateState class manages the state of navigatable tree table items.
PageState The PageState class manages the state of tree table paging.
Parameters The Parameters class manages parameters passed to the tree table operations.
ReferenceImplementation The ReferenceImplementation class implements a tree table component.
SelectState The SelectState class manages the state of selected tree table items.
SortBase The SortBase class provides a base implementation for sort criteria.
SortDefinition The SortDefinition class defines a set of sort criteria.
SortExpression The SortExpression class defines a set of sort criteria by expression.
SortState The SortState class manages the state of tree table sorting.
StateContainer The StateContainer class manages the state of the tree table on the server.
View