| java.lang.Object org.apache.cocoon.portal.tools.copletManagement.LayoutActions
LayoutActions | public class LayoutActions (Code) | | version: CVS $Id: LayoutActions.java 433543 2006-08-22 06:22:54Z crossley $ |
Field Summary | |
public static int | line |
line | public static int line(Code) | | |
add | public void add(String parent, String type)(Code) | | Adds the object to the layout
Parameters: parent - Object to which the new Object should be added Parameters: type - Type of the Object (row, col ...) |
addTab | public void addTab(String parent, String name)(Code) | | Adds a new Tab
Parameters: parent - Parent Object Parameters: name - Name of the Tab |
del | public boolean del(String id)(Code) | | Delets the Object with the id in the layout
Parameters: id - true if the object could be deleted. |
move | public boolean move(String id, boolean moveUp)(Code) | | Moves the object one position up or down
Parameters: id - id of the element Parameters: moveUp - set 'true', to move the element up ('false' to move it down) true if the object could be moved. |
|
|