|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openswing.swing.util.java.Consts
Title: OpenSwing Framework
Description: Singleton containing application constants.
Copyright: Copyright (C) 2006 Mauro Carniel
This file is part of OpenSwing Framework. This library is free software; you can redistribute it and/or modify it under the terms of the (LGPL) Lesser General Public License as published by the Free Software Foundation; GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. The author may be contacted at: maurocarniel@tin.it
Field Summary | |
static java.lang.String |
ASC_SORTED
ascending order versus |
static int |
BACK_IMAGE_CENTERED
constant used in ClientSetting.BACK_IMAGE_DISPOSITION: it defines that background image in MDI must be drawed centered |
static int |
BACK_IMAGE_REPEATED
constant used in ClientSetting.BACK_IMAGE_DISPOSITION: it defines that background image in MDI must be drawed repeated |
static int |
BACK_IMAGE_STRETCHED
constant used in ClientSetting.BACK_IMAGE_DISPOSITION: it defines that background image in MDI must be drawed stretched |
static int |
BUTTON_IMAGE_AND_TEXT
used in ClientSettings.BUTTON_BEHAVIOR global property to show image and text on default buttons (insert, edit, ...) ) |
static int |
BUTTON_IMAGE_ONLY
used in ClientSettings.BUTTON_BEHAVIOR global property to show image on default buttons (insert, edit, ...) ) |
static int |
BUTTON_TEXT_ONLY
used in ClientSettings.BUTTON_BEHAVIOR global property to show text on default buttons (insert, edit, ...) ) |
static int |
CONTAINS
default value that could be set in the quick filter criteria: contains |
static java.lang.String |
DESC_SORTED
descending order versus |
static int |
EDIT
|
static int |
ENDS_WITH
default value that could be set in the quick filter criteria: ends with |
static java.lang.String |
EQ
filter criteria available in filter panel |
static int |
EQUALS
default value that could be set in the quick filter criteria: equals |
static int |
FILTER_PANEL_ON_GRID_CLOSE_ON_EXIT
constant assignable in "filterPanelOnGridPolicy" property of GridControl to automatically hide filter panel when mouse exits from that panel |
static int |
FILTER_PANEL_ON_GRID_USE_CLOSE_BUTTON
constant assignable in "filterPanelOnGridPolicy" property of GridControl to hide filter panel by pressing a close button |
static int |
FILTER_PANEL_ON_GRID_USE_PADLOCK_PRESSED
constant assignable in "filterPanelOnGridPolicy" property of GridControl to hide filter panel by using a padlock button (pressed as default) |
static int |
FILTER_PANEL_ON_GRID_USE_PADLOCK_UNPRESSED
constant assignable in "filterPanelOnGridPolicy" property of GridControl to hide filter panel by using a padlock button (unpressed as default) |
static java.lang.String |
GE
|
static int |
GRID_SCROLL_BLOCK_INCREMENT_PAGE
used in ClientSettings.GRID_SCROLL_BLOCK_INCREMENT global property to set the block increment in grid to one page per time |
static int |
GRID_SCROLL_BLOCK_INCREMENT_ROW
used in ClientSettings.GRID_SCROLL_BLOCK_INCREMENT global property to set the block increment in grid to one row per time |
static java.lang.String |
GT
|
static java.lang.String |
IN
|
static int |
INSERT
|
static java.lang.String |
IS_NOT_NULL
|
static java.lang.String |
IS_NULL
|
static java.lang.String |
LE
|
static java.lang.String |
LIKE
|
static java.lang.String |
LT
|
static java.lang.String |
NEQ
|
static java.lang.String |
NO_SORTED
no order versus |
static int |
READONLY
|
static int |
STARTS_WITH
default value that could be set in the quick filter criteria: starts with |
static java.lang.String |
TREE_FILTER
filter to apply in lookup grid data |
static int |
TYPE_DATE
|
static int |
TYPE_DATE_TIME
|
static int |
TYPE_TIME
|
Constructor Summary | |
Consts()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int READONLY
public static final int INSERT
public static final int EDIT
public static final java.lang.String ASC_SORTED
public static final java.lang.String DESC_SORTED
public static final java.lang.String NO_SORTED
public static final int TYPE_DATE
public static final int TYPE_DATE_TIME
public static final int TYPE_TIME
public static final java.lang.String TREE_FILTER
public static final java.lang.String EQ
public static final java.lang.String GE
public static final java.lang.String GT
public static final java.lang.String IS_NOT_NULL
public static final java.lang.String IS_NULL
public static final java.lang.String LE
public static final java.lang.String LIKE
public static final java.lang.String LT
public static final java.lang.String NEQ
public static final java.lang.String IN
public static final int EQUALS
public static final int CONTAINS
public static final int STARTS_WITH
public static final int ENDS_WITH
public static final int FILTER_PANEL_ON_GRID_CLOSE_ON_EXIT
public static final int FILTER_PANEL_ON_GRID_USE_CLOSE_BUTTON
public static final int FILTER_PANEL_ON_GRID_USE_PADLOCK_PRESSED
public static final int FILTER_PANEL_ON_GRID_USE_PADLOCK_UNPRESSED
public static final int BACK_IMAGE_CENTERED
public static final int BACK_IMAGE_REPEATED
public static final int BACK_IMAGE_STRETCHED
public static final int BUTTON_IMAGE_ONLY
public static final int BUTTON_TEXT_ONLY
public static final int BUTTON_IMAGE_AND_TEXT
public static final int GRID_SCROLL_BLOCK_INCREMENT_ROW
public static final int GRID_SCROLL_BLOCK_INCREMENT_PAGE
Constructor Detail |
public Consts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |