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 Details

    • actionsSequenceTag

      default String actionsSequenceTag()
    • actionsNamespace

      default org.jdom2.Namespace actionsNamespace()
    • action

      default void action(org.jdom2.Element e, T m, IOProcessor p, String... ignores)
    • action

      static void action(org.jdom2.Element e, ActionsAware m, @Nullable String actionsSequenceTag, org.jdom2.Namespace actionsNamespace, IOProcessor p, String... ignores)