Package com.ptc.mvc.components
Enum Class FindInTableMode
- All Implemented Interfaces:
Serializable,Comparable<FindInTableMode>,Constable
The supported modes of Find in Table feature in a table component
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAllow the search to take place on the client or server.Only perform find in table on the client.Do not show find in table. -
Method Summary
-
Enum Constant Details
-
DISABLED
Do not show find in table.
Supported API: true -
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
Allow the search to take place on the client or server.
Supported API: true
-