Class OperationPaneSilverpeasV5Web20
- java.lang.Object
-
- org.silverpeas.core.web.util.viewgenerator.html.operationpanes.AbstractOperationPane
-
- org.silverpeas.core.web.util.viewgenerator.html.operationpanes.OperationPaneSilverpeasV5Web20
-
- All Implemented Interfaces:
OperationPane
,SimpleGraphicElement
public class OperationPaneSilverpeasV5Web20 extends AbstractOperationPane
-
-
Constructor Summary
Constructors Constructor Description OperationPaneSilverpeasV5Web20()
Constructor declaration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLine()
Method declarationvoid
addOperation(String iconPath, String label, String action, String id)
Method declarationvoid
addOperationOfCreation(String icon, String label, String action, String classes)
String
print()
Method declaration-
Methods inherited from class org.silverpeas.core.web.util.viewgenerator.html.operationpanes.AbstractOperationPane
addOperation, addOperationOfCreation, clear, getCreationItems, getIconsPath, getMultilang, getStack, getType, highlightCreationItems, nbOperations, setMultilang, setType
-
-
-
-
Method Detail
-
addOperation
public void addOperation(String iconPath, String label, String action, String id)
Description copied from interface:OperationPane
Method declarationid
- allows to easily identify operation
-
addOperationOfCreation
public void addOperationOfCreation(String icon, String label, String action, String classes)
-
addLine
public void addLine()
Description copied from interface:OperationPane
Method declaration
-
print
public String print()
Method declaration- Returns:
-
-