Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
    protected String mProject;
    protected String mObjectName;
    protected String mPackageName;

    protected boolean mActive;

    protected boolean mBridge;
    protected String[] mBridgeAttributeNames;

    protected boolean mNoDisplayValue;
    protected String[] mDisplayValueAttributeNames = new String[0];
    protected boolean mAddIdToDisplayValue;
    protected boolean mForceDisplayValueOverride;
    protected String mMultiDisplayValueSeperator;

    protected boolean mHasRelatedNotes = false;
    protected boolean mHasEffectivety = false;
    protected boolean mHasEffectiveDates = false;
    protected String mEffectiveYearsType = null;

    protected String[] mClassDescription;
    protected String mTableName;

    protected String mOutputDirectory;
    protected int mDisplayForm;
    protected int mUiWindows;

    private AttributeDescriptor[] mAttributeDescriptors;
    private String mZoomVisibleAttributeName = null;


Object:ListItem|
.Property:HasDateRange=TRUE
.Property:OverrideDisplayValue=TRUE

Object:NonVisibleSearchCriteria|
.Property:DoesNotHaveObjectDisplayValue=TRUE

Object:SystemProcess|
.Property:AddObjectIDtoDisplayValue=TRUE

    protected String mTemplateType;

    protected DomainInfoSource mDomainInfoSource = null;

    protected GeneratableFile[] mGeneratableFiles = NO_GENERATABLE_FILES;


    protected String mColumnName = null;

    // Changeability Driven:
    protected boolean mAddOnly = false;
    protected boolean mFrozen = false;

    protected int mObjectDisplayValueOrder = 0;

    protected boolean mRequired = false;

    protected Integer mFieldMaxLength = null;
    protected Integer mFieldDisplayLength = null;

    protected String[] mDescription = Utils.EMPTY_STRING_ARRAY;
    protected int mUniqueGroup = 0;

    protected String[] mValidOptions = null;

    protected String mBackReferenceAttributeName = null;

    protected int mDisplayPreference = PersistentObjectInfoSource.DISPLAY_FORM_UNSPECIFIED;
    public static final int DISPLAY_FORM_ZOOM = 1;
    public static final int DISPLAY_FORM_RADIO = 2;
    public static final int DISPLAY_FORM_LISTBOX = 3;

    --------------------------------------------------------------------------------------------------------

    protected int mMembershipDisplayOrder = 0;
    protected boolean mDependent = false;
    protected boolean mBridge = false;
    protected boolean mZoomVisibleField = false;
    protected String mDomainSpecifier = null; List Item|Object|Boolean|FloatDecimal|Integer|LocalFile|Money|Order|Password|RemoteFile|SimpleDate|String|Text|Timestamp|Time
    protected int mFractionalPlaces = -99; // -1
    protected String mDefaultValue = "";
    protected String[] mDependsOnAttributes = Utils.EMPTY_STRING_ARRAY;


1920 x 1080 = 2,073,600
1920 x 1200 = 2,304,000
2048 x 1152 = 2,359,296

Commits for litesoft/trunk/Java/KeyHole/A6fwProperties.txt

Diff revisions: vs.
Revision Author Commited Message
2 GeorgeS picture GeorgeS Sun 07 Feb, 2010 12:50:58 +0000