by.belsoft.report.tools.config.style
Class ReportStyleProps

java.lang.Object
  |
  +--by.belsoft.report.tools.config.style.ReportStyleProps

public class ReportStyleProps
extends java.lang.Object

The class to work with stored element properties

Author:
Ilya Kirillov

Constructor Summary
ReportStyleProps()
           
 
Method Summary
static java.util.HashMap getDefaultValues(java.lang.String configName, java.lang.String styleName)
          getDefaultValues gets default element values
static java.util.HashMap getSelectLists(java.lang.String configName)
          getSelectLists gets the select list value
static java.util.ArrayList getStyleAttributes(java.lang.String configName)
          getStyleAttributes gets element attributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportStyleProps

public ReportStyleProps()
Method Detail

getStyleAttributes

public static java.util.ArrayList getStyleAttributes(java.lang.String configName)
getStyleAttributes gets element attributes

Parameters:
configName - String the config name
Returns:
ArrayList of attributes to view per page

getSelectLists

public static java.util.HashMap getSelectLists(java.lang.String configName)
getSelectLists gets the select list value

Parameters:
configName - String the config name
Returns:
HashMap of values

getDefaultValues

public static java.util.HashMap getDefaultValues(java.lang.String configName,
                                                 java.lang.String styleName)
getDefaultValues gets default element values

Parameters:
configName - String the config name
styleName - String the style name
Returns:
HashMap of default values


Copyright © 2005 BelSoft Inc. All Rights Reserved.