public class HubDatax extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected HubAutoMatch |
autoMatch
makes sure that this Hub will have an object with a reference for each object in another Hub.
|
protected HubAutoSequence |
autoSequence
used to update property in objects to match its position within Hub
|
protected boolean |
bTrackChanges |
protected boolean |
disabled |
protected boolean |
dupAllowAddRemove
flag set to know if objects can be added or removed.
|
protected Hashtable |
hashProperty
Misc name/values pairs stored in this Hub.
|
protected boolean |
oaObjectFlag
true if this is for a OAObject
|
protected OAObjectInfo |
objectInfo
OAObjectInfo for the Class of objects in this Hub.
|
protected boolean |
refresh
Flag used by Hub.setFresh() so that active objects are always refreshed from
datasource.
|
protected OASelect |
select |
protected String |
selectOrder
property path(s) used for selectOrder
|
protected boolean |
sortAsc |
protected HubSortListener |
sortListener |
protected String |
sortProperty |
protected String |
uniqueProperty |
protected Method |
uniquePropertyGetMethod |
protected Vector |
vecAdd
Counter that is incremented when a new list of objects is loaded.
|
protected Vector |
vecRemove |
Constructor and Description |
---|
HubDatax() |
protected transient Vector vecAdd
This is used by JSP components to know if a frame should be updated.
See com.viaoa.html.OATable and com.viaoa.html.OANav
protected transient Vector vecRemove
protected transient HubSortListener sortListener
protected String sortProperty
protected boolean sortAsc
protected transient OASelect select
protected boolean refresh
Note: this is not implemented.
protected String uniqueProperty
protected transient Method uniquePropertyGetMethod
protected transient boolean disabled
protected boolean oaObjectFlag
protected boolean dupAllowAddRemove
protected transient OAObjectInfo objectInfo
protected Hashtable hashProperty
protected String selectOrder
protected transient HubAutoSequence autoSequence
protected transient HubAutoMatch autoMatch
protected boolean bTrackChanges
Copyright © 1999–2019 ViaOA. All rights reserved.