クラス TenantCreateDialog

すべての実装されたインタフェース:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class TenantCreateDialog extends MtpJDialogBase
関連項目:
  • フィールド詳細

    • txtName

      protected JTextField txtName
    • txtUrl

      protected JTextField txtUrl
    • chkUrl

      protected JCheckBox chkUrl
    • txtDisplayName

      protected JTextField txtDisplayName
    • chkDisplayName

      protected JCheckBox chkDisplayName
    • txtAdminUserId

      protected JTextField txtAdminUserId
    • txtAdminUserPass

      protected JPasswordField txtAdminUserPass
    • txtConfirmAdminUserPass

      protected JPasswordField txtConfirmAdminUserPass
    • txtTopUrl

      protected JTextField txtTopUrl
    • chkTopUrl

      protected JCheckBox chkTopUrl
    • txtUseLanguages

      protected JTextField txtUseLanguages
    • chkUseLanguages

      protected JCheckBox chkUseLanguages
    • chkBlankTenant

      protected JCheckBox chkBlankTenant
    • txtSubPartitionSize

      protected JTextField txtSubPartitionSize
    • chkSubPartitionSize

      protected JCheckBox chkSubPartitionSize
    • btnCreate

      protected JButton btnCreate
    • btnCancel

      protected JButton btnCancel
    • txtMessageArea

      protected JTextArea txtMessageArea
    • dataChangeListners

      protected List<ChangeListener> dataChangeListners
  • コンストラクタの詳細

    • TenantCreateDialog

      public TenantCreateDialog(Frame owner)
  • メソッドの詳細

    • addTenantDataChangeListner

      public void addTenantDataChangeListner(ChangeListener listner)
    • createDialog

      protected void createDialog()
    • createInputPane

      protected JPanel createInputPane()
    • createLableText

      protected void createLableText(JComponent label, JComponent text, JComponent check, int row, GridBagLayout gridbag, GridBagConstraints constraints, JPanel pane)
    • createCheckBoxRow

      protected void createCheckBoxRow(JComponent check, int row, GridBagLayout gridbag, GridBagConstraints constraints, JPanel pane)
    • createFooterPane

      protected JPanel createFooterPane()
    • createMessagePane

      protected JTabbedPane createMessagePane()
    • setDefaultValues

      protected void setDefaultValues()
    • inputValidate

      protected boolean inputValidate()
    • dataValidate

      protected boolean dataValidate()
    • createTenant

      protected void createTenant()
    • addLog

      protected void addLog(String log)
    • fireTenantDataChanged

      protected void fireTenantDataChanged()