| java.lang.Object com.sun.portal.providers.window.util.ProviderRules
ProviderRules | public class ProviderRules (Code) | | |
getAllowableChannelModes | public static List getAllowableChannelModes(ChannelMode mode, boolean authless)(Code) | | |
getDefaultAllowableWindowStates | public static List getDefaultAllowableWindowStates(ChannelMode mode)(Code) | | |
mapToProvider | public static int mapToProvider(WindowState windowState)(Code) | | Convert the window state representation used by the container layer to
the representation understood by the provider layer
|
mapToStandards | public static List mapToStandards(int[] portalWindowStates)(Code) | | Convert the window state representation used by the provider layer to
the representation understood by the container layer
|
mapToStandards | public static WindowState mapToStandards(int portalWindowState)(Code) | | Convert the window state representation used by the provider layer to
the representation understood by the container layer
|
validateWindowStateChange | public static boolean validateWindowStateChange(ChannelMode channelMode, WindowState windowState)(Code) | | Validate window state for the channelMode passed in. For Edit and
Help mode, window state minimized is not allowed.
|
|
|