Interface ActionsAwareIO<T extends ActionsAware>
- All Known Implementing Classes:
AbstractActionCellElementIOv2,AbstractActionCellElementIOv3,ActionFieldIOv3,ButtonFieldIOv3,ButtonIOv2,CheckboxCellElementIOv2,CheckboxCellElementIOv3,ConditionBranchElementIOV2,CustomCellElementIOv2,CustomCellElementIOv3,EditCellElementIOv2,EditCellElementIOv3,ElseBranchActionElementIOV2,ElseIfBranchActionElementIOV2,IfBranchActionElementIOV2,ImageCellElementIOv2,ImageCellElementIOv3,ImageFieldIOv3,LinkCellElementIOv2,LinkCellElementIOv3,OnChangeEventIO,RatingCellElementIOv2,RatingCellElementIOv3
public interface ActionsAwareIO<T extends ActionsAware>
Интерфейс чтения/записи компонентов
ActionsAware-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaction(org.jdom2.Element e, ActionsAware m, String actionsSequenceTag, org.jdom2.Namespace actionsNamespace, IOProcessor p, String... ignores) default voidaction(org.jdom2.Element e, T m, IOProcessor p, String... ignores) default org.jdom2.Namespacedefault String
-
Method Details
-
actionsSequenceTag
-
actionsNamespace
default org.jdom2.Namespace actionsNamespace() -
action
-
action
static void action(org.jdom2.Element e, ActionsAware m, @Nullable String actionsSequenceTag, org.jdom2.Namespace actionsNamespace, IOProcessor p, String... ignores)
-