| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ListModelController<T,M extends Modifiable>
This interface provides a controller for list models which allows updating a model.
Method Summary | |
---|---|
boolean | confirmDelete(T aNode)
Indicates if the specified node may be deleted. |
boolean | confirmInsert(T aNode)
Indicates if the specified node may be inserted. |
void | delete(T aNode)
Deletes a node from the list model. |
void | insert(T aNode)
Inserts the node into the list model. |
Methods inherited from interface com.ibm.portal.ListModel |
---|
iterator |
Methods inherited from interface com.ibm.portal.ModelController |
---|
confirmCreate, create, getModifiableNode, resolve |
Method Detail |
---|
void insert(T aNode) throws CannotInsertNodeException
void delete(T aNode) throws ObjectNotFoundException, CannotDeleteNodeException
boolean confirmInsert(T aNode)
true
if the node may be inserted,
false
otherwiseboolean confirmDelete(T aNode) throws ObjectNotFoundException
true
if the node may be deleted,
false
otherwise
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |