public class PlaneEditPanel extends RegistrationEditionPanel<Plane,Plane>
| Constructor and Description |
|---|
PlaneEditPanel(RegistrationMainPanel<Plane,Plane> mainPanel)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearIHC()
Limpeza da interface gráfica.
|
Plane |
getObjectFromIHC()
Construção de um objeto a partir dos widgets de interface
|
void |
setObjectToIHC(Plane plane)
Preenchimento da interface a partir de um objeto.
|
void |
setReadOnlyIHC(boolean readOnly)
Indica que a interface deve estar em modo read-only
|
getContainer, signalObjectEditedpublic PlaneEditPanel(RegistrationMainPanel<Plane,Plane> mainPanel)
mainPanel - painel.public Plane getObjectFromIHC()
getObjectFromIHC in interface IRegistrationEditionPanel<Plane>getObjectFromIHC in class RegistrationEditionPanel<Plane,Plane>public void setObjectToIHC(Plane plane)
setObjectToIHC in interface IRegistrationEditionPanel<Plane>setObjectToIHC in class RegistrationEditionPanel<Plane,Plane>plane - objetopublic void setReadOnlyIHC(boolean readOnly)
setReadOnlyIHC in interface IRegistrationEditionPanel<Plane>setReadOnlyIHC in class RegistrationEditionPanel<Plane,Plane>readOnly - indicativopublic void clearIHC()
clearIHC in interface IRegistrationEditionPanel<Plane>clearIHC in class RegistrationEditionPanel<Plane,Plane>Copyright © 2016 Tecgraf/PUC-Rio. All rights reserved.