|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxava.util.XavaPreferences
public class XavaPreferences
| Method Summary | |
|---|---|
java.lang.String |
getCSVSeparator()
|
java.util.logging.Level |
getHibernateJavaLoggingLevel()
|
static XavaPreferences |
getInstance()
|
java.util.logging.Level |
getJavaLoggingLevel()
|
int |
getMaxSizeForTextEditor()
|
java.lang.String |
getPersistenceProviderClass()
|
java.lang.String |
getPortletLocales()
|
java.lang.String |
getSMTPHost()
|
int |
getSMTPPort()
|
java.lang.String |
getSMTPUserID()
|
java.lang.String |
getSMTPUserPassword()
|
java.lang.String |
getStyleClass()
|
java.lang.String |
getStyleCSS()
|
boolean |
isButtonsForNoImageActions()
If true when an action has no image it uses a button
for display it, else it uses a link. |
boolean |
isDetailOnBottomInCollections()
|
boolean |
isDuplicateComponentWarnings()
|
boolean |
isEJB2Persistence()
|
boolean |
isEMailAsUserNameInPortal()
|
boolean |
isFailOnAnnotationMisuse()
|
boolean |
isHibernatePersistence()
|
boolean |
isI18nWarnings()
|
boolean |
isJPACodeInPOJOs()
|
boolean |
isJPAPersistence()
|
boolean |
isMapFacadeAsEJB()
|
boolean |
isMapFacadeAutoCommit()
|
boolean |
isReadOnlyAsLabel()
|
boolean |
isShowCountInList()
|
boolean |
isShowFilterByDefaultInCollections()
If true filter is show by default for collections on init. |
boolean |
isShowFilterByDefaultInList()
If true filter is show by default for list on init. |
boolean |
isTabAsEJB()
|
boolean |
isToUpperForStringArgumentsInConditions()
If true a upper case conversions will applied
to string arguments for conditions in list and collections. |
void |
setDuplicateComponentWarnings(boolean duplicateComponentWarnings)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static XavaPreferences getInstance()
public boolean isReadOnlyAsLabel()
public boolean isTabAsEJB()
public boolean isShowCountInList()
public boolean isEMailAsUserNameInPortal()
public java.lang.String getSMTPHost()
public int getSMTPPort()
public java.lang.String getSMTPUserID()
public java.lang.String getSMTPUserPassword()
public java.lang.String getCSVSeparator()
public java.lang.String getPersistenceProviderClass()
public java.lang.String getStyleClass()
public java.lang.String getStyleCSS()
public boolean isMapFacadeAsEJB()
public boolean isMapFacadeAutoCommit()
isMapFacadeAsEJB() == true, otherwise the value
of mapFacadeAutoCommit property.public boolean isEJB2Persistence()
public boolean isJPAPersistence()
public boolean isHibernatePersistence()
public boolean isDetailOnBottomInCollections()
public boolean isJPACodeInPOJOs()
public boolean isI18nWarnings()
public boolean isDuplicateComponentWarnings()
public boolean isFailOnAnnotationMisuse()
public int getMaxSizeForTextEditor()
public void setDuplicateComponentWarnings(boolean duplicateComponentWarnings)
public java.util.logging.Level getJavaLoggingLevel()
public java.util.logging.Level getHibernateJavaLoggingLevel()
public boolean isButtonsForNoImageActions()
true when an action has no image it uses a button
for display it, else it uses a link.
The default value is false, that is, by default
links for displaying no image actions.
public boolean isToUpperForStringArgumentsInConditions()
true a upper case conversions will applied
to string arguments for conditions in list and collections.
If true the searching using list or collections are
more flexible (the user can use indistinctly upper or lower case)
but can be slower in some databases (because they cannot use index).
The default value is true.
public boolean isShowFilterByDefaultInList()
true filter is show by default for list on init.
The user always have the option to show or hide the filter.
The default value is true.
public boolean isShowFilterByDefaultInCollections()
true filter is show by default for collections on init.
The user always have the option to show or hide the filter.
The default value is true.
public java.lang.String getPortletLocales()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||