Interface CadastroExpedienteView
- All Superinterfaces:
DefaultFormView<Expediente>,FormView<Expediente>,Serializable,View
- All Known Implementing Classes:
CadastroExpedienteViewImpl
public interface CadastroExpedienteView
extends DefaultFormView<Expediente>
-
Method Summary
Modifier and TypeMethodDescriptionCheckBoxTextAreaComboBoxButtonTableMaskedTextFieldMaskedTextFieldTextFieldvoidsetReadOnly(boolean readOnly) Methods inherited from interface DefaultFormView
getButtonDelete, getButtonNew, getButtonSearch, getButtonUndo, setHeaderDescriptionMethods inherited from interface FormView
commitModelChanges, getButtonClose, getButtonSave, getEventBus, getFormState, isValid, rollbackModelChanges, setEventBus, setFormState, updateViewFromModelMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
getNomeField
TextField getNomeField() -
getDescricaoField
TextArea getDescricaoField() -
getAtivoField
CheckBox getAtivoField() -
getDiaSemanaField
ComboBox getDiaSemanaField() -
getHoraInicioField
MaskedTextField getHoraInicioField() -
getHoraFimField
MaskedTextField getHoraFimField() -
getFaixaAddButton
Button getFaixaAddButton() -
getFaixasTable
Table getFaixasTable() -
setReadOnly
void setReadOnly(boolean readOnly)
-