public class BasicInformationView extends com.google.gwt.user.client.ui.Composite implements FormValidator
| Constructor and Description |
|---|
BasicInformationView(ZenodoItem zenodoItem,
boolean isUpdate,
int tabIndex)
Because this class has a default constructor, it can be used as a binder
template.
|
| Modifier and Type | Method and Description |
|---|---|
com.github.gwtbootstrap.client.ui.ControlGroup |
getCg_image_type()
Gets the cg image type.
|
com.github.gwtbootstrap.client.ui.ControlGroup |
getCg_publication_type()
Gets the cg publication type.
|
Date |
getEmbargoDate()
Gets the embargo date.
|
com.github.gwtbootstrap.client.ui.Alert |
getError_alert()
Gets the error alert.
|
com.github.gwtbootstrap.client.ui.TextArea |
getField_access_conditions()
Gets the field access conditions.
|
com.github.gwtbootstrap.client.ui.ListBox |
getField_access_right()
Gets the field access right.
|
com.github.gwtbootstrap.client.ui.TextArea |
getField_description()
Gets the field description.
|
com.github.gwtbootstrap.client.ui.TextBox |
getField_doi()
Gets the field doi.
|
com.github.gwtbootstrap.client.ui.ListBox |
getField_image_type()
Gets the field image type.
|
com.github.gwtbootstrap.client.ui.ListBox |
getField_license()
Gets the field license.
|
com.github.gwtbootstrap.datepicker.client.ui.DateBox |
getField_publication_date()
Gets the field publication date.
|
com.github.gwtbootstrap.client.ui.ListBox |
getField_publication_type()
Gets the field publication type.
|
com.github.gwtbootstrap.client.ui.TextBox |
getField_title()
Gets the field title.
|
com.github.gwtbootstrap.client.ui.ListBox |
getField_upload_type()
Gets the field upload type.
|
com.github.gwtbootstrap.client.ui.Fieldset |
getFieldset_basic_informations()
Gets the fieldset basic informations.
|
List<ZenodoContributor> |
getListOfContributors()
Gets the list of contributors.
|
List<CreatorsFormView> |
getListOfContributorsView()
Gets the list of contributors view.
|
List<ZenodoCreator> |
getListOfCreators()
Gets the list of authors.
|
List<CreatorsFormView> |
getListOfCreatorsView()
Gets the list of creators view.
|
List<String> |
getListOfKeywords()
Gets the list of keywords.
|
List<String> |
getTags()
Gets the tags.
|
boolean |
isEditConfiguration()
Checks if is edits the configuration.
|
boolean |
isValidForm()
Checks if is valid form.
|
protected void |
setVisibleFieldsForUpdate(boolean isUpdate)
Sets the visible fields for update.
|
String |
validateFormFields()
Validate form fields.
|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringpublic BasicInformationView(ZenodoItem zenodoItem, boolean isUpdate, int tabIndex)
zenodoItem - the zenodo itemisUpdate - the is updatetabIndex - the tab indexpublic Date getEmbargoDate()
protected void setVisibleFieldsForUpdate(boolean isUpdate)
isUpdate - the new visible fields for updatepublic boolean isEditConfiguration()
public String validateFormFields()
FormValidatorvalidateFormFields in interface FormValidatorpublic boolean isValidForm()
FormValidatorisValidForm in interface FormValidatorpublic List<CreatorsFormView> getListOfContributorsView()
public List<CreatorsFormView> getListOfCreatorsView()
public List<ZenodoCreator> getListOfCreators()
public List<ZenodoContributor> getListOfContributors()
public com.github.gwtbootstrap.client.ui.TextBox getField_title()
public com.github.gwtbootstrap.client.ui.TextBox getField_doi()
public com.github.gwtbootstrap.client.ui.Fieldset getFieldset_basic_informations()
public com.github.gwtbootstrap.client.ui.TextArea getField_description()
public com.github.gwtbootstrap.client.ui.ListBox getField_upload_type()
public com.github.gwtbootstrap.client.ui.ListBox getField_access_right()
public com.github.gwtbootstrap.client.ui.TextArea getField_access_conditions()
public com.github.gwtbootstrap.client.ui.ListBox getField_image_type()
public com.github.gwtbootstrap.client.ui.ListBox getField_license()
public com.github.gwtbootstrap.client.ui.ListBox getField_publication_type()
public com.github.gwtbootstrap.client.ui.ControlGroup getCg_publication_type()
public com.github.gwtbootstrap.client.ui.ControlGroup getCg_image_type()
public com.github.gwtbootstrap.datepicker.client.ui.DateBox getField_publication_date()
public com.github.gwtbootstrap.client.ui.Alert getError_alert()
Copyright © 2021. All Rights Reserved.