Enum Class FindInTableMode

java.lang.Object
java.lang.Enum<FindInTableMode>
com.ptc.mvc.components.FindInTableMode
All Implemented Interfaces:
Serializable, Comparable<FindInTableMode>, Constable

public enum FindInTableMode extends Enum<FindInTableMode>
The supported modes of Find in Table feature in a table component

Supported API: true

Extendable: false
  • Enum Constant Details

    • DISABLED

      public static final FindInTableMode DISABLED
      Do not show find in table.

      Supported API: true
    • CLIENT_ONLY

      public static final FindInTableMode CLIENT_ONLY
      Only perform find in table on the client. This mode is currently not available for trees. If a tree is set to this mode, find in tree will not be shown

      Supported API: true
    • CLIENT_AND_SERVER

      public static final FindInTableMode CLIENT_AND_SERVER
      Allow the search to take place on the client or server.

      Supported API: true