Adds an OperationPanel to a XDivision.
Parameters: operationsDivision - the XDivision for the panel Parameters: operationPanel - the operation panel Parameters: removeButtonActionListener - the "remove button" handler
Checks if this panel is editable.
The panel is not editable for non-editable Rules (for which the user
lacks the necessary permissions).
true, if it is editable
Convenience method to get localized versions of strings/labels
Parameters: code - the String-code Parameters: args - the String-args the localized string
Populates this panel with the basic UI components.
This method is only invoked once, upon initial construction.
For setting up the editor for the given Rule see
RuleEditorPanel.populateOperationPanels() .
Enables/disables all editable components in the editor.
This either turns this panel to the normal editor or just a Rule viewer.
See Also: org.wings.SComponent.setEnabled(boolean)