CustomView

Defines a custom view interface which simplifies creation of custom UI elements

Interface description

Inherit methods and properties from ViewsContainer

CreateSuperView(session Session) View

User must implement this function to create a base view from which custom control has been built

SuperView() View

User must implement this function to return a base view from which custom control has been built

Create from source

func InitCustomView(customView CustomView, tag string, session Session, params Params) bool

Initializes fields of CustomView using default values