Class InterfaceControl


  • public class InterfaceControl
    extends Topic
    Represents a datatype which can be assigned to an association field.
    • Constructor Detail

      • InterfaceControl

        public InterfaceControl​(TopicIF topic,
                                TopicMap tm)
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Indicates whether some other object is "equal to" this one.
        Overrides:
        equals in class Topic
      • isDropDownList

        public boolean isDropDownList()
        Tests whether this interface control is on:drop-down-list.
        Returns:
        true if this interface control is on:drop-down-list.
      • isSearchDialog

        public boolean isSearchDialog()
        Tests whether this interface control is on:search-dialog.
        Returns:
        true if this interface control is on:search-dialog.
      • isBrowseDialog

        public boolean isBrowseDialog()
        Tests whether this interface control is on:browse-dialog.
        Returns:
        true if this interface control is on:browse-dialog.
      • isAutoComplete

        public boolean isAutoComplete()
        Tests whether this interface control is on:auto-complete
        Returns:
        true if this interface control is on:auto-complete.