public class DrawHTMLHelperDB extends DrawHTMLHelper
| Constructor and Description |
|---|
DrawHTMLHelperDB() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
buildName(CommonStorageField child)
Builds an identifier name for the parent and child so it matches the
table and field.
|
static java.lang.String |
buildName(CommonStorageField child,
java.lang.String uniqueId)
Builds a unique identifier name for the parent and child so it matches
the table and field with a unique Id.
|
addLinksAndButtonsToExecContext, addLinksAndButtonsToExecContext, buildDisplay, buildDisplay, buildLinksAndButtons, buildLinksAndButtons, getFieldName, isDirectionAcross, isDirectionDown, isPositionAbove, isPositionLeft, removeUniqueIdpublic static java.lang.String buildName(CommonStorageField child)
child - public static java.lang.String buildName(CommonStorageField child, java.lang.String uniqueId)
The purpose of the unique Id is to allow for the same field to be used more than once on the same page.
child - uniqueId -