|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBooleanFieldFormat
This interface defines how a boolean
field shown by a FieldObject
should be
formatted if the FieldObject
is being used to display boolean
fields. To
access this object, use the following method:
If the field is not being used to represent a
FieldFormat fieldFormat = fieldObject.getFieldFormat();
BooleanFieldFormat booleanFormat = fieldFormat.getBooleanFormat();
boolean
field, and you modify this object,
your changes will be ignored and discarded.
Method Summary | |
---|---|
BooleanFieldFormatConditionFormulas |
getConditionFormulas()
Returns the condition formulas used to override the default Boolean Field format values. |
BooleanOutputFormat |
getOutputFormat()
Returns the output format for the boolean value. |
void |
setConditionFormulas(BooleanFieldFormatConditionFormulas conditionFormulas)
Sets the condition formulas used to override the default Boolean Field format values. |
void |
setOutputFormat(BooleanOutputFormat outputFormat)
Sets the output format for the boolean value. |
Method Detail |
---|
BooleanFieldFormatConditionFormulas getConditionFormulas()
Returns the condition formulas used to override the default Boolean Field format values.
BooleanFieldFormatConditionFormulas
object containing the condition formulas
used to override the default Boolean Field format values.BooleanOutputFormat getOutputFormat()
Returns the output format for the boolean
value.
BooleanOutputFormat
object that specifies the output format for the
boolean
value.void setConditionFormulas(BooleanFieldFormatConditionFormulas conditionFormulas)
Sets the condition formulas used to override the default Boolean Field format values.
conditionFormulas
- A BooleanFieldFormatConditionFormulas
object containing the condition formulas
used to override the default Boolean Field format values.void setOutputFormat(BooleanOutputFormat outputFormat)
Sets the output format for the boolean
value.
outputFormat
- A BooleanOutputFormat
object that specifies the output format for the
boolean
value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |