Uses of Class
org.appformer.client.context.Channel
-
Packages that use Channel Package Description org.appformer.client.context -
-
Uses of Channel in org.appformer.client.context
Methods in org.appformer.client.context that return Channel Modifier and Type Method Description ChannelDefaultEditorContextProviderImpl. getChannel()ChannelEditorContextProvider. getChannel()Access the channel where the editor is running (e.g.static ChannelChannel. valueOf(String name)Returns the enum constant of this type with the specified name.static Channel[]Channel. values()Returns an array containing the constants of this enum type, in the order they are declared.static ChannelChannel. withName(String name)
-