View Module
This module provides the following classes:
- chess.view.board.GUI
- chess.view.board.Piece
- chess.view.button.NextGame
- chess.view.button.PreviousGame
- chess.view.button.SaveGame
- chess.view.button.TacticHint
- chess.view.button.TacticSolution
- chess.view.buttonbar.Game
- chess.view.command.Controller
- chess.view.command.Line
- chess.view.command.Panel
- chess.view.dialog.Comment
- chess.view.dialog.GameImport
- chess.view.dialog.NewGame
- chess.view.dialog.OverwriteMove
- chess.view.dialog.Promote
- chess.view.eco.VariationTree
- chess.view.folder.Tree
- chess.view.gamelist.Grid
- chess.view.highlight.Arrow
- chess.view.highlight.Square
- chess.view.menuItems.GameImport
- chess.view.menuItems.NewGame
- chess.view.message.TacticMessage
- chess.view.metadata.FenField
- chess.view.metadata.Game
- chess.view.metadata.Move
- chess.view.notation.Panel
- chess.view.position.Board
- chess.view.position.Castling
- chess.view.position.Dialog
- chess.view.position.Pieces
- chess.view.position.SideToMove
- chess.view.SaveGame.NewGame
- chess.view.user.Controller
- chess.view.user.Country
- chess.view.user.LoginButton
- chess.view.user.LoginWindow
- chess.view.user.LogoutButton
- chess.view.user.Panel
- chess.view.user.ProfileWindow
- chess.view.user.RegisterButton
- chess.view.user.RegisterWindow
- chess.view.user.SettingsButton
- chess.view.user.UserModel
- seek.View
This module is a rollup of the following modules:
-
Board
Javascript Class for Chess Board and Pieces on the board JSON config type: chess.view.board.Board
-
Dialog
Game import dialog. Game import is only available to users with game edit privileges.
-
Grid
List of games view. List of games is displayed in a grid.
-
Menu
The game import menu item. This menu item will automatically be disabled when there are no valid user sessions or if the user does not have access to the game import user role. On click it will create a new chess.view.dialog.GameImport
-
Tree
This view displays a list of folders and databases as a tree.
-
User
Controller for the user login/registration module