Documentation ¶
Index ¶
- Constants
- type App
- type ModalOpt
- type Shared
- func (s *Shared) ReqestPopupModal(o *ModalOpt)
- func (s *Shared) RequestExecCommand(c string)
- func (s *Shared) RequestFocusPageView()
- func (s *Shared) RequestInputCommand(c string)
- func (s *Shared) SetErrorStatus(label, errStatus string)
- func (s *Shared) SetIndicator(indicator string)
- func (s *Shared) SetStatus(label, status string)
Constants ¶
View Source
const ( TabMovePrev tabMove = -1 TabMoveNext tabMove = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App : アプリケーション
func (*App) ExecCommnad ¶ added in v1.0.0
ExecCommnad : コマンドを実行
type ModalOpt ¶
type ModalOpt struct {
// contains filtered or unexported fields
}
ModalOpt : モーダルの設定
type Shared ¶
type Shared struct {
// contains filtered or unexported fields
}
Shared : 全体共有
func (*Shared) ReqestPopupModal ¶
ReqestPopupModal : モーダルの表示をリクエスト
func (*Shared) RequestExecCommand ¶
RequestExecCommand : コマンドの実行をリクエスト
func (*Shared) RequestFocusPageView ¶
func (s *Shared) RequestFocusPageView()
RequestFocusPageView : PageViewへのフォーカスをリクエスト
func (*Shared) RequestInputCommand ¶
RequestInputCommand : コマンドの入力をリクエスト
func (*Shared) SetErrorStatus ¶
SetErrorStatus : エラーメッセージを設定
func (*Shared) SetIndicator ¶
SetIndicator : インジケータを設定
Source Files ¶
Click to show internal directories.
Click to hide internal directories.