Interface NotificationForm
- All Known Implementing Classes:
CEditNotification,PanelNewNotificationLight
public interface NotificationForm
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetElementEditability(boolean editable, String elementName) voidsetElementMandatory(boolean mandatory, String elementName) voidsetElementVisibility(boolean visibility, String elementName)
-
Method Details
-
setElementVisibility
- Parameters:
visibility- true to show the element, false otherwiseelementName- the name of the element to which change the visibility
-
setElementEditability
- Parameters:
editable- true to allow the editing, false to deny1 itelementName- the name of the element to which change the read only status
-
setElementMandatory
- Parameters:
mandatory- true if the element is mandatory, false otherwiseelementName- the name of the element to which change not null status
-
getAvailableElementNames
Collection<String> getAvailableElementNames()- Returns:
- the
Collectionof elements that compose this form
-