private static class Browse.InsertRowInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
editing
true if row insertion has started while editing was active. |
boolean |
invokedInsideRowEntryTrigger
true if row insertion has started inside a row entry trigger. |
boolean |
needsFocus
true if focus needs to be requested by the browse. |
int |
newViewportRow
0-based index of the new row in the viewport.
|
| Modifier | Constructor and Description |
|---|---|
private |
InsertRowInfo() |
public boolean editing
true if row insertion has started while editing was active.public boolean invokedInsideRowEntryTrigger
true if row insertion has started inside a row entry trigger.public boolean needsFocus
true if focus needs to be requested by the browse.public int newViewportRow