@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface CustomWindowState
Modifier and Type | Required Element and Description |
---|---|
String |
name
The custom window state name.
|
Modifier and Type | Optional Element and Description |
---|---|
LocaleString[] |
description
Provides locale-specific text describing the custom window state for use by the portal application or by tools.
|
public abstract String name
The name by which the window state is identified.
public abstract LocaleString[] description
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.