|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.sage.accpac.sm.FieldChangeEvent
@Immutable @ThreadSafe public class FieldChangeEvent
Contains the details of a field change notification.
The notification event's View can be retrieved by obtaining the event's
source using getSource()
.
Use getFieldID()
to see which field generated this event.
If this is associated with a field attribute change then call
isEditable()
, isEnabled()
, #isInKey()
and
isRequired()
to see what the new values are for these dynamic
attributes.
NotificationListener
,
NotificationListener.fieldValueChanged(FieldChangeEvent)
,
NotificationListener.fieldPresentationChanged(FieldChangeEvent)
,
NotificationListener.fieldAttributesChanged(FieldChangeEvent)
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Method Summary | |
---|---|
int |
getFieldID()
Get the view field ID of the field that is changing. |
boolean |
isEditable()
returns true if and only if the value can be changed by the caller. |
boolean |
isEnabled()
returns true if and only if the field can be meaningfully used. |
boolean |
isRequired()
returns true if and only if the value must be changed interactively before the record can be inserted. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getFieldID()
ViewFields.get(int)
public boolean isEditable()
If ViewField.mustCheckEditable()
is true then this property can
change but if it returns false then the property will remain the same.
ViewField.mustCheckEditable()
,
ViewField.isEditable()
public boolean isEnabled()
If this returns false most field operations are not permitted and will result in an exception being thrown.
ViewField.isEnabled()
public boolean isRequired()
ViewField.isRequired()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |