planetj.dataengine.display
Class BrowserProperties

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--planetj.property.PropertyGroup
                    |
                    +--planetj.property.DefaultPropertyGroup
                          |
                          +--planetj.dataengine.display.BrowserProperties
All Implemented Interfaces:
Cloneable, Comparable, Map, Serializable

public class BrowserProperties
extends DefaultPropertyGroup

Author:
PlanetJ Corporation
See Also:
Serialized Form

Field Summary
static String BROWSER_PROPERTIES
          Used for the default BrowserProperties property group name.
static String className
          Class name.
static String COPY_HISTORY
          Whether or not to copy the browser history.
static String DIRECTORIES
          Whether or not to show the directories (links / bookmarks).
static String HEIGHT
          Height for the browser.
static String LOCATION
          Whether or not to show the location bar.
static String MENU
          Whether or not to show the menu bar.
static String RESIZABLE
          Whether or not to allow resizing.
static String SCROLLBARS
          Whether or not to show the menu bar.
static String TARGET
          Target where to load the window.
static String TARGET_NEW_WINDOW
          Target property value for new browser window.
static String TOOLBAR
          Whether or not to show the toolbar.
static String URL
          URL to load in the window.
static String WIDTH
          Width for the browser.
 
Fields inherited from class planetj.property.DefaultPropertyGroup
NONE
 
Fields inherited from class planetj.property.PropertyGroup
ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, INTEGER_PROPERTY, LIST_PROPERTY, ROW_COLLECTION_KEY, STRING_PROPERTY
 
Constructor Summary
BrowserProperties()
          BrowserProperties constructor comment.
BrowserProperties(int initialCapacity)
          BrowserProperties constructor comment.
BrowserProperties(String pName)
          BrowserProperties constructor comment.
 
Method Summary
 List getAllPropertyNames()
          Gets a List containing the names of all the supported properties.
 String getTarget()
          Get the target.
 String getWindowProperties()
          Gets a String of all properties that can be set on the window separated by comma's.
 boolean isOpenInNewWindow()
          Check to see if target is a new window.
 
Methods inherited from class planetj.property.DefaultPropertyGroup
getDefaultPropertiesString, getRequiredPropertyNames
 
Methods inherited from class planetj.property.PropertyGroup
add, addProperty, addProperty, append, clone, compareTo, compareTo, compareTo, containsProperty, createProperty, getAllMetapropertyNames, getAllSetBooleanPropertyNames, getAllSetIntPropertyNames, getAllSetListPropertyNames, getAllSetPropertyNames, getAllSetStringPropertyNames, getBooleanValue, getDateValue, getDoubleValue, getIntValue, getListValue, getName, getProperty, getPropertyType, getStringValue, getValue, isMergeableOnList, isMetaproperty, iterator, mergeOnList, put, put, put, setName, toString, updateProperty
 
Methods inherited from class java.util.HashMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

className

public static final String className
Class name.


BROWSER_PROPERTIES

public static final String BROWSER_PROPERTIES
Used for the default BrowserProperties property group name.

See Also:
Constant Field Values

URL

public static final String URL
URL to load in the window.

See Also:
Constant Field Values

TARGET

public static final String TARGET
Target where to load the window.

See Also:
Constant Field Values

WIDTH

public static final String WIDTH
Width for the browser.

See Also:
Constant Field Values

HEIGHT

public static final String HEIGHT
Height for the browser.

See Also:
Constant Field Values

TOOLBAR

public static final String TOOLBAR
Whether or not to show the toolbar.

See Also:
Constant Field Values

LOCATION

public static final String LOCATION
Whether or not to show the location bar.

See Also:
Constant Field Values

MENU

public static final String MENU
Whether or not to show the menu bar.

See Also:
Constant Field Values

DIRECTORIES

public static final String DIRECTORIES
Whether or not to show the directories (links / bookmarks).

See Also:
Constant Field Values

SCROLLBARS

public static final String SCROLLBARS
Whether or not to show the menu bar.

See Also:
Constant Field Values

RESIZABLE

public static final String RESIZABLE
Whether or not to allow resizing.

See Also:
Constant Field Values

COPY_HISTORY

public static final String COPY_HISTORY
Whether or not to copy the browser history.

See Also:
Constant Field Values

TARGET_NEW_WINDOW

public static final String TARGET_NEW_WINDOW
Target property value for new browser window.

See Also:
Constant Field Values
Constructor Detail

BrowserProperties

public BrowserProperties()
BrowserProperties constructor comment.


BrowserProperties

public BrowserProperties(int initialCapacity)
BrowserProperties constructor comment.

Parameters:
initialCapacity - int

BrowserProperties

public BrowserProperties(String pName)
BrowserProperties constructor comment.

Parameters:
pName - java.lang.String
Method Detail

getAllPropertyNames

public List getAllPropertyNames()
Gets a List containing the names of all the supported properties.

Overrides:
getAllPropertyNames in class DefaultPropertyGroup

getTarget

public String getTarget()
Get the target.


getWindowProperties

public String getWindowProperties()
Gets a String of all properties that can be set on the window separated by comma's.


isOpenInNewWindow

public boolean isOpenInNewWindow()
Check to see if target is a new window.