Interface EditablePageItem

  • All Known Implementing Classes:
    CardFace, CustomTile, TextBox, TuckBox

    public interface EditablePageItem
    Implemented by cards that can be edited. If the card needs to take control of the page's interface during editing, it must call setEditingCard to set the edited card to this when it begins editing, and call it again with null when it is finished.

    Typically, a page will call an editable item's beginEditing() method when the item is double-clicked.

    Author:
    Chris Jennings
    • Method Detail

      • beginEditing

        void beginEditing()