public class NativeM3TAForm
extends java.lang.Object
Constructor and Description |
---|
NativeM3TAForm() |
Modifier and Type | Method and Description |
---|---|
void |
destructiveClearDirtyState()
Mark the current form as clean, removing save / cancel buttons.
|
java.lang.Object |
getAllFields()
Get all of the M3TAForm's fields.
|
jb.gwt_main_modules.base_widgets.client.services.ImageData |
getAssetData()
Get the attached asset data
|
int |
getAssetId()
If a single asset's metadata is being edited and view by the M3TAForm, its asset id is returned, otherwise -1.
|
NativeField |
getField(java.lang.String theFieldId)
Get a field by id.
|
java.lang.String |
getInstanceId()
Get the M3TAForm instance id.
|
java.lang.String |
getName()
Get the name.
|
static void |
javascriptConstructor(jb.gwt_main_modules.base_widgets.client.panels.xmpfieldedit.EditFieldListPanel theDelegateM3TAForm,
jb.gwt_main_modules.base_widgets.client.services.ImageData theAssetData)
The M3taform wrapper's constructor.
|
static void |
setupAPI()
Setup the M3TAForm wrapper's constructor and functions.
|
public static void setupAPI()
public static void javascriptConstructor(jb.gwt_main_modules.base_widgets.client.panels.xmpfieldedit.EditFieldListPanel theDelegateM3TAForm, jb.gwt_main_modules.base_widgets.client.services.ImageData theAssetData)
theDelegateM3TAForm
- The M3TAForm to wrap.theAssetData
- the native asset data object.public java.lang.String getName()
public int getAssetId()
public java.lang.String getInstanceId()
public void destructiveClearDirtyState()
public NativeField getField(java.lang.String theFieldId)
theFieldId
- The id of the field to get.public java.lang.Object getAllFields()
public jb.gwt_main_modules.base_widgets.client.services.ImageData getAssetData()
Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.