public class CreatorView
extends com.google.gwt.user.client.ui.Composite
| Constructor and Description |
|---|
CreatorView(ZenodoAuthor author,
String userRole,
Boolean isMandatoryField)
Instantiates a new creator view.
|
CreatorView(ZenodoAuthor author,
String userRole,
com.google.gwt.event.shared.HandlerManager eventBus,
Boolean isFieldMandatory)
Instantiates a new creator view.
|
| Modifier and Type | Method and Description |
|---|---|
ZenodoAuthor |
getAuthor()
Gets the author.
|
String |
getAuthorTypeValue()
Gets the author type value.
|
com.github.gwtbootstrap.client.ui.ControlGroup |
getControlGroup_Author()
Gets the control group author.
|
com.github.gwtbootstrap.client.ui.TextBox |
getField_affiliation()
Gets the field affiliation.
|
com.github.gwtbootstrap.client.ui.ListBox |
getField_author_type()
Gets the field author type.
|
com.github.gwtbootstrap.client.ui.TextBox |
getField_name()
Gets the field name.
|
com.github.gwtbootstrap.client.ui.TextBox |
getField_orcid()
Gets the field orcid.
|
String |
getUserRole()
Gets the user role.
|
boolean |
isMandatoryField()
Checks if is mandatory field.
|
void |
setField_affiliation(String field_affiliation)
Sets the field affiliation.
|
void |
setField_name(String field_name)
Sets the field name.
|
void |
setField_orcid(String field_orcid)
Sets the field orcid.
|
void |
setVisibleRemoveCreator(boolean visible)
Sets the visible remove creator.
|
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 CreatorView(ZenodoAuthor author, String userRole, Boolean isMandatoryField)
author - the authoruserRole - the user roleisMandatoryField - the is mandatory fieldpublic CreatorView(ZenodoAuthor author, String userRole, com.google.gwt.event.shared.HandlerManager eventBus, Boolean isFieldMandatory)
author - the authoruserRole - the user roleeventBus - the event busisFieldMandatory - the is field mandatorypublic void setVisibleRemoveCreator(boolean visible)
visible - the new visible remove creatorpublic boolean isMandatoryField()
public com.github.gwtbootstrap.client.ui.TextBox getField_name()
public void setField_name(String field_name)
field_name - the new field namepublic com.github.gwtbootstrap.client.ui.TextBox getField_affiliation()
public void setField_affiliation(String field_affiliation)
field_affiliation - the new field affiliationpublic com.github.gwtbootstrap.client.ui.TextBox getField_orcid()
public void setField_orcid(String field_orcid)
field_orcid - the new field orcidpublic com.github.gwtbootstrap.client.ui.ControlGroup getControlGroup_Author()
public String getUserRole()
public ZenodoAuthor getAuthor()
public com.github.gwtbootstrap.client.ui.ListBox getField_author_type()
public String getAuthorTypeValue()
Copyright © 2021. All Rights Reserved.