public class SQLBuilderItemListFormat extends UpdatablePersistent
updatedEventListenerList
Constructor and Description |
---|
SQLBuilderItemListFormat(UpdatablePersistent parent) |
Modifier and Type | Method and Description |
---|---|
void |
assign(java.lang.Object source) |
boolean |
getNewLineAfterItem() |
boolean |
getNewLineBeforeComma() |
void |
setNewLineAfterItem(boolean value) |
void |
setNewLineBeforeComma(boolean value) |
addUpdatedEventListener, beginUpdate, dispose, doUpdated, endUpdate, fireUpdatedEvent, getParent, isUpdating, notifyUpdated, removeUpdatedEventListener
public SQLBuilderItemListFormat(UpdatablePersistent parent)
public boolean getNewLineAfterItem()
public void setNewLineAfterItem(boolean value)
public boolean getNewLineBeforeComma()
public void setNewLineBeforeComma(boolean value)
public void assign(java.lang.Object source)
assign
in class UpdatablePersistent