|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jaxfront.core.xui.AbstractXUIElement
com.jaxfront.core.xui.GlobalDefinition
public class GlobalDefinition
Holds all global definitions declared for a XUI.
| Field Summary | |
|---|---|
static java.lang.String |
INITIAL_PROPERTY_DATE_FORMAT
|
static java.lang.String |
INITIAL_PROPERTY_DATE_TIME_FORMAT
|
static java.lang.String |
INITIAL_PROPERTY_IS_RUNNIG_IN_XUIEDITOR
|
static java.lang.String |
INITIAL_PROPERTY_LOCALE
|
static java.lang.String |
INITIAL_PROPERTY_TIME_FORMAT
|
| Fields inherited from class com.jaxfront.core.xui.AbstractXUIElement |
|---|
COMPONENT_BEHAVIOR_BRANCH, COMPONENT_STYLE_BRANCH, GLOBAL_BEHAVIOR_BRANCH, GLOBAL_BRANCH, GLOBAL_GENERAL_BRANCH, GLOBAL_STYLE_BRANCH, UNDEFINED_BRANCH |
| Constructor Summary | |
|---|---|
GlobalDefinition(Type sourceType,
Type xuiType)
GlobalDefinition constructor comment. |
|
| Method Summary | |
|---|---|
java.awt.Color |
getApplicationFieldColor()
Returns the color that is defined in the XUI-Document for all fields that are required within the application |
java.lang.Boolean |
getBooleanProperty(java.lang.String path)
|
java.lang.String |
getBooleanVisualizerButtonSequence()
Returns the radio button sequence for boolean visualizers. |
java.lang.String |
getBooleanVisualizerType()
Returns the global set type for boolean visualizers. |
int |
getBottomSpaceClassicSeparator()
Returns the global set bottom space (vertical indent) for classic separators. |
int |
getBottomSpaceComponent()
Returns the global set bottom space (vertical indent) for editor components. |
int |
getBottomSpaceHeader()
Returns the global set bottom space (vertical indent) for headers. |
int |
getBottomSpaceModernSeparator()
Returns the global set bottom space (vertical indent) for modern separators. |
int |
getBottomSpaceTabs()
Returns the global set bottom space (vertical indent) for tabs. |
float |
getComponentColumnWidth()
Returns the column width for the component. |
int |
getComponentMaxLengthString()
Returns the maximum string length. |
int |
getComponentMaxLengthStringMultiLine()
Returns the maximum string length for textAreas. |
java.lang.String |
getCountry()
Returns the country that is defined in the XUI-Document |
java.util.Locale |
getCurrentLocale()
|
java.text.DateFormat |
getDateFormat()
|
java.lang.String |
getDateFormatStringPattern(java.util.Locale loc)
|
java.text.DateFormat |
getDateTimeFormat()
|
java.lang.String |
getDateTimeFormatStringPattern(java.util.Locale loc)
|
java.text.DecimalFormat |
getDecimalFormat()
|
java.lang.String |
getDefaultValuePostFix()
gets the postfix value used for marking the default value (prefix + value + postfix-> ( value )) in checkboxes, comboxes,list,... |
java.lang.String |
getDefaultValuePreFix()
gets the prefix value used for marking the default value (prefix + value + postfix-> ( value )) in checkboxes, comboxes,list,... |
float |
getDividerLocation()
Returns the global set divider location. |
java.awt.Color |
getErrorMarkingColor()
Returns the color which marks errors in a visualizer view. |
java.lang.String |
getGlobalApplyCaptionIndentOn()
Returns on which element (label, component or both) the caption indent will be applied. |
int |
getGlobalBottomIndent()
Returns the global bottom indent for the type workspace and dialogs. |
float |
getGlobalCaptionIndent()
Returns the global set caption indent as float. |
java.lang.String |
getGlobalCaptionType()
Returns the global set caption type (border, header or separator). |
java.lang.String |
getGlobalChoiceOrientation()
Returns the global set widget orientation for choices (horizontal or vertical). |
java.lang.String |
getGlobalChoiceType()
Returns the global set widget type for choices (ComboBox or RadioButtons). |
java.lang.String |
getGlobalCodeSetURL()
Returns the global CodeSet URL . |
float |
getGlobalComponentIndent()
Returns the global set component indent as float. |
java.lang.String |
getGlobalEnumerationOrientation()
Returns the global set widget orientation for enumerations (horizontal or vertical). |
java.lang.String |
getGlobalEnumerationType()
Returns the global set widget type for enumerations (ComboBox or RadioButtons). |
float |
getGlobalLabelIndent()
Returns the global set label indent as float. |
int |
getGlobalLeftIndent()
Returns the global left indent for the type workspace and dialogs. |
float |
getGlobalNestedIndent()
Returns the global set nested indent as int. |
int |
getGlobalRightIndent()
Returns the global right indent for the type workspace and dialogs. |
int |
getGlobalTopIndent()
Returns the global top indent for the type workspace and dialogs. |
java.lang.String |
getGlobalTreeListEnding()
Returns the global set tree entry label ending (e.g. |
int |
getGlobalVisibleRowCount()
Returns the global set visible row count for tables. |
java.awt.Color |
getHeaderEndColor()
Returns the global set end color for headers |
java.awt.Color |
getHeaderStartColor()
Returns the global set start color for headers |
java.awt.Color |
getHeaderTextColor()
Returns the global set header text color. |
int |
getHorizontalScrollBarPolicy()
Returns the usage of the horizontal scrollbar as int. |
int |
getInitialTreeExpandDepth()
|
int |
getInnerBottomSpaceBorder()
Returns the global set bottom space (vertical indent) for borders. |
float |
getLabelColumnWidth()
Returns the column width for labels. |
java.lang.String |
getLanguage()
Returns the current set language. |
int |
getLeafSize()
Returns true if a default radio button should be used for optional boolean types. |
int |
getMinWorkspaceWidth()
Returns the minimum workspace width that is used to calculate the constraints for the layout of labels and components. |
java.awt.Color |
getOptionalFieldColor()
Returns the color that is defined in the XUI-Document for all unrequired fields. |
int |
getOuterBottomSpaceBorder()
Returns the global set bottom space (vertical indent) for borders. |
java.lang.String |
getRequiredMandatoryMarker()
|
java.awt.Color |
getSchemaRequiredFieldColor()
Returns the color for all mandatory components. |
java.awt.Dimension |
getScreenSize()
Returns the default screensize or as defined in the XUI-Document. |
java.text.DateFormat |
getTimeFormat()
|
java.lang.String |
getTimeFormatStringPattern(java.util.Locale loc)
|
int |
getTopSpaceBorder()
Returns the global set top space (vertical indent) for borders. |
int |
getTopSpaceClassicSeparator()
Returns the global set top space (vertical indent) for classic separators. |
int |
getTopSpaceComponent()
Returns the global set top space (vertical indent) for editor components. |
int |
getTopSpaceHeader()
Returns the global set top space (vertical indent) for headers. |
int |
getTopSpaceModernSeparator()
Returns the global set top space (vertical indent) for modern separators. |
int |
getTopSpaceTabs()
Returns the global set top space (vertical indent) for tabs. |
java.util.List |
getTreeRoot()
Returns the root nodes for visualizing in the navigation tree. |
Type |
getTreeSelection()
Returns the initial selection xpath in the navigation tree. |
int |
getVerticalScrollBarPolicy()
Returns the usage of the vertical scrollbar as int. |
boolean |
hasBorderTopSpace()
Returns true if a top space indent has been defined globally for borders. |
boolean |
hasClassicSepBottomSpace()
Returns true if a bottom space indent has been defined globally for classic separators. |
boolean |
hasClassicSepTopSpace()
Returns true if a top space indent has been defined globally for classic separators. |
boolean |
hasComponentBottomSpace()
Returns true if a bottom space indent has been defined globally for editor components. |
boolean |
hasComponentTopSpace()
Returns true if a top space indent has been defined globally for editor components. |
boolean |
hasHeaderBottomSpace()
Returns true if a bottom space indent has been defined globally for headers. |
boolean |
hasHeaderTopSpace()
Returns true if a top space indent has been defined globally for headers. |
boolean |
hasInnerBorderBottomSpace()
Returns true if the inner bottom space indent has been defined globally for borders. |
boolean |
hasModernSepBottomSpace()
Returns true if a bottom space indent has been defined globally for modern separators. |
boolean |
hasModernSepTopSpace()
Returns true if a top space indent has been defined globally for modern separators. |
boolean |
hasOuterBorderBottomSpace()
Returns true if the outer bottom space indent has been defined globally for borders. |
boolean |
hasTabsBottomSpace()
Returns true if a bottom space indent has been defined globally for tabs. |
boolean |
hasTabsTopSpace()
Returns true if a top space indent has been defined globally for tabs. |
boolean |
hasUserModfiedSerialization()
Returns true if a xui style exists for global style caption usermodifiedserilization |
boolean |
isAllowingCopyPaste()
|
| |