com.ibm.portal.state.accessors.url
Interface PortalIcons

All Superinterfaces:
PortalResources

public interface PortalIcons
extends PortalResources

List of common icon constants provided by the default installation of WebSphere Portal.

Since:
5.1

Nested Class Summary
static class PortalIcons.StateDisabled
          class identifier for DISABLED state
static class PortalIcons.StateEnabled
          class identifier for ENABLED state
static class PortalIcons.StateEnabledHover
          class identifier for HOVER state
 
Nested classes/interfaces inherited from interface com.ibm.portal.state.accessors.url.PortalResources
PortalResources.NoState, PortalResources.State, PortalResources.Type, PortalResources.TypeFiles, PortalResources.TypeIcons, PortalResources.TypeSounds, PortalResources.TypeVoiceGrammars
 
Field Summary
static java.lang.String ACTIVATE
          Icon for changing the activation state of an object.
static java.lang.String ACTIVATE_BUTTON
          Icon button for changing the activation state of an object.
static java.lang.String ADD
          Icon for the "add" action.
static java.lang.String ADD_BUTTON
          Icon button for the "add" action.
static java.lang.String ASSIGN_ACCESS
          Icon for the "assign user access" action.
static java.lang.String ASSIGN_ACCESS_BUTTON
          Icon button for the "assign user access" action.
static java.lang.String BACK
          Icon for the "go back" action.
static java.lang.String BOTTOM_BUTTON
          Icon button for the "go to the bottom" action.
static java.lang.String CHECKMARK
          Icon for a checkmark to indicate approval, selection or completion.
static java.lang.String CLOSE
          Icon for the "close" action.
static java.lang.String CLOSE_BUTTON
          Icon button for the "close" action.
static java.lang.String CONFIGURE
          Icon for the "configure" action.
static java.lang.String CONFIGURE_BUTTON
          Icon button for the "configure" action.
static java.lang.String COPY
          Icon for the "copy" action.
static java.lang.String COPY_BUTTON
          Icon button for the "copy" action.
static java.lang.String CUT
          Icon for the "cut" action.
static java.lang.String CUT_BUTTON
          Icon button for the "cut" action.
static java.lang.String DELETE
          Icon for the "delete" action.
static java.lang.String DELETE_BUTTON
          Icon button for the "delete" action.
static java.lang.String DOWN_BUTTON
          Icon button for the "move down" or "scroll down" action.
static java.lang.String EDIT
          Icon for the "edit" action.
static java.lang.String EDIT_BUTTON
          Icon button for the "edit" action.
static java.lang.String ERROR
          Icon for an error message.
static java.lang.String ERROR_IN_FIELD
          Icon for an error in a field message.
static java.lang.String EXPORT
          Icon for the "export" action.
static java.lang.String EXPORT_BUTTON
          Icon button for the "export" action.
static java.lang.String FIRST_BUTTON
          Icon button for the "go to first item" action.
static java.lang.String FIRST_PAGE_BUTTON
          Icon button for the "go to first page" action.
static java.lang.String FORWARD
          Icon for the "go forward" action.
static java.lang.String GO
          Icon for the "go" action.
static java.lang.String GO_BUTTON
          Icon button for the "go" action.
static java.lang.String HELP_BUTTON
          Icon button for help.
static java.lang.String IMPORT
          Icon for the "import" action.
static java.lang.String IMPORT_BUTTON
          Icon button for the "import" action.
static java.lang.String INFORMATION
          Icon for an informational message.
static java.lang.String INLINE_ERROR
          Icon for an inline error message.
static java.lang.String INLINE_HELP
          Icon for inline help message.
static java.lang.String INLINE_INFORMATION
          Icon for an inline information message.
static java.lang.String INLINE_SUCCESS
          Icon for an inline success message.
static java.lang.String INLINE_WARNING
          Icon for an inline warning message.
static java.lang.String LAST_BUTTON
          Icon button for the "go to last" action.
static java.lang.String LAST_PAGE_BUTTON
          Icon button for the "go to last page" action.
static java.lang.String LAUNCH_BUTTON
          Icon button for the "launch" action.
static java.lang.String LOCK
          Icon for the "lock" action.
static java.lang.String LOCK_BUTTON
          Icon button for the "lock" action.
static java.lang.String NEW
          Icon for the "new" action.
static java.lang.String NEW_BUTTON
          Icon button for the "new" action.
static java.lang.String NEXT_BUTTON
          Icon button for the "next" action.
static java.lang.String NEXT_LEVEL
          Icon for the next entry in a breadcrumb trail.
static java.lang.String NEXT_PAGE_BUTTON
          Icon button for the "next page" action.
static java.lang.String OK_BUTTON
          Icon button for the "OK" action.
static java.lang.String OPEN
          Icon for the "open" action.
static java.lang.String OPEN_BUTTON
          Icon button for the "open" action.
static java.lang.String PASTE
          Icon for the "paste" action.
static java.lang.String PASTE_BUTTON
          Icon button for the "paste" action.
static java.lang.String PREVIOUS_BUTTON
          Icon button for the "go to previous" action.
static java.lang.String PREVIOUS_PAGE_BUTTON
          Icon button for the "go to previous page" action.
static java.lang.String PRINT_BUTTON
          Icon button for the "print" action.
static java.lang.String PROPERTIES
          Icon for the "show object properties" action.
static java.lang.String PROPERTIES_BUTTON
          Icon button for the "show object properties" action.
static java.lang.String REFRESH
          Icon for the "refresh" action.
static java.lang.String REFRESH_BUTTON
          Icon button for the "refresh" action.
static java.lang.String REMOVE
          Icon for the "remove" action.
static java.lang.String REMOVE_BUTTON
          Icon button for the "remove" action.
static java.lang.String RESET
          Icon for the "reset" action.
static java.lang.String RESET_BUTTON
          Icon button for the "reset" action.
static java.lang.String SAVE
          Icon for the "save" action.
static java.lang.String SAVE_BUTTON
          Icon button for the "save" action.
static java.lang.String SEARCH
          Icon for the "search" action.
static java.lang.String SEARCH_BUTTON
          Icon button for the "search" action.
static PortalResources.State STATE_DISABLED
          Indicates that the icon is disabled.
static PortalResources.State STATE_ENABLED
          Indicates that the icon is enabled.
static PortalResources.State STATE_ENABLED_HOVER
          Indicates that the icon is enabled and the mouse pointer is hovered over the icon.
static java.lang.String TOP_BUTTON
          Icon button for the "go to top" action.
static java.lang.String UNLOCK
          Icon for the "unlock" action.
static java.lang.String UNLOCK_BUTTON
          Icon button for the "unlock" action.
static java.lang.String UP_BUTTON
          Icon button for the "go up" action.
static java.lang.String USER_ASSISTANCE
          Icon for user assistance messages.
static java.lang.String VIEW
          Icon for the "view" action.
static java.lang.String VIEW_BUTTON
          Icon button for the "view" action.
static java.lang.String WARNING
          Icon for a warning message.
 
Fields inherited from interface com.ibm.portal.state.accessors.url.PortalResources
NO_STATE, TYPE_FILES, TYPE_ICONS, TYPE_SOUNDS, TYPE_VOICE_GRAMMARS
 

Field Detail

STATE_ENABLED_HOVER

static final PortalResources.State STATE_ENABLED_HOVER
Indicates that the icon is enabled and the mouse pointer is hovered over the icon.


STATE_ENABLED

static final PortalResources.State STATE_ENABLED
Indicates that the icon is enabled.


STATE_DISABLED

static final PortalResources.State STATE_DISABLED
Indicates that the icon is disabled.


ACTIVATE_BUTTON

static final java.lang.String ACTIVATE_BUTTON
Icon button for changing the activation state of an object.

See Also:
Constant Field Values

ACTIVATE

static final java.lang.String ACTIVATE
Icon for changing the activation state of an object.

See Also:
Constant Field Values

ADD_BUTTON

static final java.lang.String ADD_BUTTON
Icon button for the "add" action.

See Also:
Constant Field Values

ADD

static final java.lang.String ADD
Icon for the "add" action.

See Also:
Constant Field Values

ASSIGN_ACCESS_BUTTON

static final java.lang.String ASSIGN_ACCESS_BUTTON
Icon button for the "assign user access" action.

See Also:
Constant Field Values

ASSIGN_ACCESS

static final java.lang.String ASSIGN_ACCESS
Icon for the "assign user access" action.

See Also:
Constant Field Values

BACK

static final java.lang.String BACK
Icon for the "go back" action.

See Also:
Constant Field Values

BOTTOM_BUTTON

static final java.lang.String BOTTOM_BUTTON
Icon button for the "go to the bottom" action.

See Also:
Constant Field Values

CHECKMARK

static final java.lang.String CHECKMARK
Icon for a checkmark to indicate approval, selection or completion.

See Also:
Constant Field Values

CLOSE_BUTTON

static final java.lang.String CLOSE_BUTTON
Icon button for the "close" action.

See Also:
Constant Field Values

CLOSE

static final java.lang.String CLOSE
Icon for the "close" action.

See Also:
Constant Field Values

CONFIGURE_BUTTON

static final java.lang.String CONFIGURE_BUTTON
Icon button for the "configure" action.

See Also:
Constant Field Values

CONFIGURE

static final java.lang.String CONFIGURE
Icon for the "configure" action.

See Also:
Constant Field Values

COPY_BUTTON

static final java.lang.String COPY_BUTTON
Icon button for the "copy" action.

See Also:
Constant Field Values

COPY

static final java.lang.String COPY
Icon for the "copy" action.

See Also:
Constant Field Values

CUT_BUTTON

static final java.lang.String CUT_BUTTON
Icon button for the "cut" action.

See Also:
Constant Field Values

CUT

static final java.lang.String CUT
Icon for the "cut" action.

See Also:
Constant Field Values

DELETE_BUTTON

static final java.lang.String DELETE_BUTTON
Icon button for the "delete" action.

See Also:
Constant Field Values

DELETE

static final java.lang.String DELETE
Icon for the "delete" action.

See Also:
Constant Field Values

DOWN_BUTTON

static final java.lang.String DOWN_BUTTON
Icon button for the "move down" or "scroll down" action.

See Also:
Constant Field Values

EDIT_BUTTON

static final java.lang.String EDIT_BUTTON
Icon button for the "edit" action.

See Also:
Constant Field Values

EDIT

static final java.lang.String EDIT
Icon for the "edit" action.

See Also:
Constant Field Values

ERROR

static final java.lang.String ERROR
Icon for an error message.

See Also:
Constant Field Values

ERROR_IN_FIELD

static final java.lang.String ERROR_IN_FIELD
Icon for an error in a field message.

See Also:
Constant Field Values

EXPORT_BUTTON

static final java.lang.String EXPORT_BUTTON
Icon button for the "export" action.

See Also:
Constant Field Values

EXPORT

static final java.lang.String EXPORT
Icon for the "export" action.

See Also:
Constant Field Values

FIRST_BUTTON

static final java.lang.String FIRST_BUTTON
Icon button for the "go to first item" action.

See Also:
Constant Field Values

FIRST_PAGE_BUTTON

static final java.lang.String FIRST_PAGE_BUTTON
Icon button for the "go to first page" action.

See Also:
Constant Field Values

FORWARD

static final java.lang.String FORWARD
Icon for the "go forward" action.

See Also:
Constant Field Values

GO_BUTTON

static final java.lang.String GO_BUTTON
Icon button for the "go" action.

See Also:
Constant Field Values

GO

static final java.lang.String GO
Icon for the "go" action.

See Also:
Constant Field Values

HELP_BUTTON

static final java.lang.String HELP_BUTTON
Icon button for help.

See Also:
Constant Field Values

IMPORT_BUTTON

static final java.lang.String IMPORT_BUTTON
Icon button for the "import" action.

See Also:
Constant Field Values

IMPORT

static final java.lang.String IMPORT
Icon for the "import" action.

See Also:
Constant Field Values

INFORMATION

static final java.lang.String INFORMATION
Icon for an informational message.

See Also:
Constant Field Values

INLINE_ERROR

static final java.lang.String INLINE_ERROR
Icon for an inline error message.

See Also:
Constant Field Values

INLINE_INFORMATION

static final java.lang.String INLINE_INFORMATION
Icon for an inline information message.

See Also:
Constant Field Values

INLINE_SUCCESS

static final java.lang.String INLINE_SUCCESS
Icon for an inline success message.

See Also:
Constant Field Values

INLINE_WARNING

static final java.lang.String INLINE_WARNING
Icon for an inline warning message.

See Also:
Constant Field Values

INLINE_HELP

static final java.lang.String INLINE_HELP
Icon for inline help message.

See Also:
Constant Field Values

LAST_BUTTON

static final java.lang.String LAST_BUTTON
Icon button for the "go to last" action.

See Also:
Constant Field Values

LAST_PAGE_BUTTON

static final java.lang.String LAST_PAGE_BUTTON
Icon button for the "go to last page" action.

See Also:
Constant Field Values

LAUNCH_BUTTON

static final java.lang.String LAUNCH_BUTTON
Icon button for the "launch" action.

See Also:
Constant Field Values

LOCK_BUTTON

static final java.lang.String LOCK_BUTTON
Icon button for the "lock" action.

See Also:
Constant Field Values

LOCK

static final java.lang.String LOCK
Icon for the "lock" action.

See Also:
Constant Field Values

NEW_BUTTON

static final java.lang.String NEW_BUTTON
Icon button for the "new" action.

See Also:
Constant Field Values

NEW

static final java.lang.String NEW
Icon for the "new" action.

See Also:
Constant Field Values

NEXT_BUTTON

static final java.lang.String NEXT_BUTTON
Icon button for the "next" action.

See Also:
Constant Field Values

NEXT_LEVEL

static final java.lang.String NEXT_LEVEL
Icon for the next entry in a breadcrumb trail.

See Also:
Constant Field Values

NEXT_PAGE_BUTTON

static final java.lang.String NEXT_PAGE_BUTTON
Icon button for the "next page" action.

See Also:
Constant Field Values

OK_BUTTON

static final java.lang.String OK_BUTTON
Icon button for the "OK" action.

See Also:
Constant Field Values

OPEN_BUTTON

static final java.lang.String OPEN_BUTTON
Icon button for the "open" action.

See Also:
Constant Field Values

OPEN

static final java.lang.String OPEN
Icon for the "open" action.

See Also:
Constant Field Values

PASTE_BUTTON

static final java.lang.String PASTE_BUTTON
Icon button for the "paste" action.

See Also:
Constant Field Values

PASTE

static final java.lang.String PASTE
Icon for the "paste" action.

See Also:
Constant Field Values

PREVIOUS_BUTTON

static final java.lang.String PREVIOUS_BUTTON
Icon button for the "go to previous" action.

See Also:
Constant Field Values

PREVIOUS_PAGE_BUTTON

static final java.lang.String PREVIOUS_PAGE_BUTTON
Icon button for the "go to previous page" action.

See Also:
Constant Field Values

PRINT_BUTTON

static final java.lang.String PRINT_BUTTON
Icon button for the "print" action.

See Also:
Constant Field Values

PROPERTIES_BUTTON

static final java.lang.String PROPERTIES_BUTTON
Icon button for the "show object properties" action.

See Also:
Constant Field Values

PROPERTIES

static final java.lang.String PROPERTIES
Icon for the "show object properties" action.

See Also:
Constant Field Values

REFRESH_BUTTON

static final java.lang.String REFRESH_BUTTON
Icon button for the "refresh" action.

See Also:
Constant Field Values

REFRESH

static final java.lang.String REFRESH
Icon for the "refresh" action.

See Also:
Constant Field Values

REMOVE_BUTTON

static final java.lang.String REMOVE_BUTTON
Icon button for the "remove" action.

See Also:
Constant Field Values

REMOVE

static final java.lang.String REMOVE
Icon for the "remove" action.

See Also:
Constant Field Values

RESET_BUTTON

static final java.lang.String RESET_BUTTON
Icon button for the "reset" action.

See Also:
Constant Field Values

RESET

static final java.lang.String RESET
Icon for the "reset" action.

See Also:
Constant Field Values

SAVE_BUTTON

static final java.lang.String SAVE_BUTTON
Icon button for the "save" action.

See Also:
Constant Field Values

SAVE

static final java.lang.String SAVE
Icon for the "save" action.

See Also:
Constant Field Values

SEARCH_BUTTON

static final java.lang.String SEARCH_BUTTON
Icon button for the "search" action.

See Also:
Constant Field Values

SEARCH

static final java.lang.String SEARCH
Icon for the "search" action.

See Also:
Constant Field Values

TOP_BUTTON

static final java.lang.String TOP_BUTTON
Icon button for the "go to top" action.

See Also:
Constant Field Values

UNLOCK_BUTTON

static final java.lang.String UNLOCK_BUTTON
Icon button for the "unlock" action.

See Also:
Constant Field Values

UNLOCK

static final java.lang.String UNLOCK
Icon for the "unlock" action.

See Also:
Constant Field Values

UP_BUTTON

static final java.lang.String UP_BUTTON
Icon button for the "go up" action.

See Also:
Constant Field Values

USER_ASSISTANCE

static final java.lang.String USER_ASSISTANCE
Icon for user assistance messages.

See Also:
Constant Field Values

VIEW_BUTTON

static final java.lang.String VIEW_BUTTON
Icon button for the "view" action.

See Also:
Constant Field Values

VIEW

static final java.lang.String VIEW
Icon for the "view" action.

See Also:
Constant Field Values

WARNING

static final java.lang.String WARNING
Icon for a warning message.

See Also:
Constant Field Values