Package com.adbs.querybuilder
Class FieldListNameColumnOptions
java.lang.Object
com.adbs.ast.UpdatablePersistent
com.adbs.querybuilder.FieldListBaseColumnOptions
com.adbs.querybuilder.FieldListNameColumnOptions
- All Implemented Interfaces:
Disposable
-
Field Summary
Fields inherited from class com.adbs.ast.UpdatablePersistent
updatedEventListenerList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getColor()
int
int
void
void
setFontStyle
(int fontStyle) void
setPKColor
(Color color) void
setPKFontStyle
(int fontStyle) Methods inherited from class com.adbs.querybuilder.FieldListBaseColumnOptions
getDrawOrder, getMargin, getPostfix, getPrefix, getWidth, isVisible, setDrawOrder, setMargin, setPostfix, setPrefix, setVisible, setWidth
Methods inherited from class com.adbs.ast.UpdatablePersistent
addUpdatedEventListener, beginUpdate, dispose, doUpdated, endUpdate, fireUpdatedEvent, getParent, isUpdating, notifyUpdated, removeUpdatedEventListener
-
Constructor Details
-
FieldListNameColumnOptions
-
-
Method Details
-
getFontStyle
public int getFontStyle() -
setFontStyle
public void setFontStyle(int fontStyle) -
getColor
-
setColor
-
getPKFontStyle
public int getPKFontStyle() -
setPKFontStyle
public void setPKFontStyle(int fontStyle) -
getPKColor
-
setPKColor
-
assign
- Overrides:
assign
in classFieldListBaseColumnOptions
-