org.extremecomponents.tree.model
Class TreeProperties

java.lang.Object
  extended byorg.extremecomponents.tree.model.TreeProperties

public class TreeProperties
extends java.lang.Object

Load up the properties file that will be used by the Model. The properties file contains default table attributes. TODO: should be able to load up a properties file that cooresponds with the current table if want to.

Author:
Jeff Johnston

Field Summary
static java.lang.String AUTO_INCLUDE_PARAMETERS
           
static java.lang.String BORDER
           
static java.lang.String CELL
           
static java.lang.String CELLPADDING
           
static java.lang.String CELLSPACING
           
static java.lang.String EXPORT
           
static java.lang.String EXTREMECOMPONENTS_PROPERTIES
           
static java.lang.String EXTREMETABLE_PROPERTIES
           
static java.lang.String FILTER
           
static java.lang.String FORMAT
           
static java.lang.String HEADER_CLASS
           
static java.lang.String HEADER_SORT_CLASS
           
static java.lang.String IMAGE_PATH
           
static java.lang.String MAX_ROWS
           
static java.lang.String METHOD
           
static java.lang.String PAGINATION
           
static java.lang.String PARSE
           
static java.lang.String PROCESS_COLUMN
           
static java.lang.String SORT
           
static java.lang.String STYLE_CLASS
           
static java.lang.String VIEW
           
static java.lang.String VIEW_HTML
           
static java.lang.String WIDTH
           
 
Constructor Summary
TreeProperties()
           
 
Method Summary
 void destroy()
           
 java.lang.String getProperty(java.lang.String name)
          Get the default property.
 void setProperty(java.lang.String name, java.lang.String value)
          add/override properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTREMECOMPONENTS_PROPERTIES

public static final java.lang.String EXTREMECOMPONENTS_PROPERTIES
See Also:
Constant Field Values

EXTREMETABLE_PROPERTIES

public static final java.lang.String EXTREMETABLE_PROPERTIES
See Also:
Constant Field Values

AUTO_INCLUDE_PARAMETERS

public static final java.lang.String AUTO_INCLUDE_PARAMETERS
See Also:
Constant Field Values

BORDER

public static final java.lang.String BORDER
See Also:
Constant Field Values

CELL

public static final java.lang.String CELL
See Also:
Constant Field Values

CELLPADDING

public static final java.lang.String CELLPADDING
See Also:
Constant Field Values

CELLSPACING

public static final java.lang.String CELLSPACING
See Also:
Constant Field Values

EXPORT

public static final java.lang.String EXPORT
See Also:
Constant Field Values

FILTER

public static final java.lang.String FILTER
See Also:
Constant Field Values

FORMAT

public static final java.lang.String FORMAT
See Also:
Constant Field Values

HEADER_CLASS

public static final java.lang.String HEADER_CLASS
See Also:
Constant Field Values

HEADER_SORT_CLASS

public static final java.lang.String HEADER_SORT_CLASS
See Also:
Constant Field Values

IMAGE_PATH

public static final java.lang.String IMAGE_PATH
See Also:
Constant Field Values

MAX_ROWS

public static final java.lang.String MAX_ROWS
See Also:
Constant Field Values

METHOD

public static final java.lang.String METHOD
See Also:
Constant Field Values

PAGINATION

public static final java.lang.String PAGINATION
See Also:
Constant Field Values

PARSE

public static final java.lang.String PARSE
See Also:
Constant Field Values

PROCESS_COLUMN

public static final java.lang.String PROCESS_COLUMN
See Also:
Constant Field Values

SORT

public static final java.lang.String SORT
See Also:
Constant Field Values

STYLE_CLASS

public static final java.lang.String STYLE_CLASS
See Also:
Constant Field Values

VIEW

public static final java.lang.String VIEW
See Also:
Constant Field Values

VIEW_HTML

public static final java.lang.String VIEW_HTML
See Also:
Constant Field Values

WIDTH

public static final java.lang.String WIDTH
See Also:
Constant Field Values
Constructor Detail

TreeProperties

public TreeProperties()
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String name)
Get the default property.


setProperty

public void setProperty(java.lang.String name,
                        java.lang.String value)
add/override properties.


destroy

public void destroy()


Copyright © 2004 sourceforge. All Rights Reserved.