Interface IRelationEditorActionAccess

    • Method Detail

      • addMemberTableAction

        default void addMemberTableAction​(String actionMapKey,
                                          Action action)
        Adds a keyboard action to the member table.
        Parameters:
        actionMapKey - The key to use
        action - The action to map for that key.
      • stopMemberCellEditing

        default boolean stopMemberCellEditing()
        Tells the member table editor to stop editing and accept any partially edited value as the value of the editor. The editor returns false if editing was not stopped; this is useful for editors that validate and can not accept invalid entries.
        Returns:
        true if editing was stopped; false otherwise
        Since:
        18118