public class NativeM3TAForm
extends java.lang.Object
Constructor and Description |
---|
NativeM3TAForm() |
Modifier and Type | Method and Description |
---|---|
private static void |
getAllFields()
Get all of the M3TAForm's fields.
|
private static void |
getAssetData()
Get the attached asset data
|
private static void |
getAssetId()
If a single asset's metadata is being edited and view by the M3TAForm, its asset id is returned, otherwise -1.
|
private static void |
getField(java.lang.String theFieldId)
Get a field by id.
|
private static void |
getInstanceId()
Get the M3TAForm instance id.
|
private static void |
getName()
Get the name.
|
static void |
javascriptConstructor(EditFieldListPanel theDelegateM3TAForm,
ImageData theAssetData)
The M3taform wrapper's constructor.
|
private static void |
lazyLoadFields()
Lazy load javascript field objects.
|
static void |
setupAPI()
Setup the M3TAForm wrapper's constructor and functions.
|
public static void setupAPI()
public static void javascriptConstructor(EditFieldListPanel theDelegateM3TAForm, ImageData theAssetData)
theDelegateM3TAForm
- The M3TAForm to wrap.theAssetData
- the native asset data object.private static void getName()
private static void getAssetId()
private static void getInstanceId()
private static void lazyLoadFields()
private static void getField(java.lang.String theFieldId)
theFieldId
- The id of the field to get.private static void getAllFields()
private static void getAssetData()
Copyright © 2015 MediaBeacon, Inc. All Rights Reserved.