org.apache.jetspeed
Interface JetspeedActions


public interface JetspeedActions

Jestpeed Action Declarations

Version:
$Id: JetspeedActions.java 188505 2005-04-21 07:56:10Z ate $
Author:
David Sean Taylor

Field Summary
static String[] ACTIONS
           
static String EDIT
           
static String HELP
           
static int INDEX_EDIT
           
static int INDEX_HELP
           
static int INDEX_MAXIMIZE
           
static int INDEX_MINIMIZE
           
static int INDEX_NORMAL
           
static int INDEX_RESTORE
           
static int INDEX_SECURE
           
static int INDEX_VIEW
           
static int MASK_EDIT
           
static int MASK_HELP
           
static int MASK_MAXIMIZE
           
static int MASK_MINIMIZE
           
static int MASK_NORMAL
           
static int MASK_RESTORE
           
static int MASK_SECURE
           
static int MASK_VIEW
           
static String MAXIMIZE
           
static String MINIMIZE
           
static String NORMAL
           
static String RESTORE
           
static javax.portlet.WindowState RESTORED
           
static String SECURE
           
static javax.portlet.WindowState SECURED
           
static String VIEW
           
 

Field Detail

INDEX_MINIMIZE

public static final int INDEX_MINIMIZE
See Also:
Constant Field Values

INDEX_MAXIMIZE

public static final int INDEX_MAXIMIZE
See Also:
Constant Field Values

INDEX_NORMAL

public static final int INDEX_NORMAL
See Also:
Constant Field Values

INDEX_RESTORE

public static final int INDEX_RESTORE
See Also:
Constant Field Values

INDEX_VIEW

public static final int INDEX_VIEW
See Also:
Constant Field Values

INDEX_EDIT

public static final int INDEX_EDIT
See Also:
Constant Field Values

INDEX_HELP

public static final int INDEX_HELP
See Also:
Constant Field Values

INDEX_SECURE

public static final int INDEX_SECURE
See Also:
Constant Field Values

MASK_MINIMIZE

public static final int MASK_MINIMIZE
See Also:
Constant Field Values

MASK_MAXIMIZE

public static final int MASK_MAXIMIZE
See Also:
Constant Field Values

MASK_NORMAL

public static final int MASK_NORMAL
See Also:
Constant Field Values

MASK_RESTORE

public static final int MASK_RESTORE
See Also:
Constant Field Values

MASK_VIEW

public static final int MASK_VIEW
See Also:
Constant Field Values

MASK_EDIT

public static final int MASK_EDIT
See Also:
Constant Field Values

MASK_HELP

public static final int MASK_HELP
See Also:
Constant Field Values

MASK_SECURE

public static final int MASK_SECURE
See Also:
Constant Field Values

RESTORED

public static final javax.portlet.WindowState RESTORED

SECURED

public static final javax.portlet.WindowState SECURED

VIEW

public static final String VIEW

EDIT

public static final String EDIT

HELP

public static final String HELP

RESTORE

public static final String RESTORE

NORMAL

public static final String NORMAL

MINIMIZE

public static final String MINIMIZE

MAXIMIZE

public static final String MAXIMIZE

SECURE

public static final String SECURE

ACTIONS

public static final String[] ACTIONS


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.