Skip to main content

ViewPanel

Complete API reference for ViewPanel, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Editor

Component: no


public class ViewPanel extends EditorPanel

Constructors

SignatureDescription
ViewPanel(JavaViewPanel)Executes ViewPanel and returns after the underlying engine call finishes.
ViewPanel()Executes ViewPanel and returns after the underlying engine call finishes.

Methods

SignatureReturnsDescription
updateUI()voidSets or updates the ui.
updateUIVisible()voidSets or updates the uivisible.
minimizedUpdate()voidExecutes minimizedUpdate and returns after the underlying engine call finishes.
onBindView()voidExecutes onBindView and returns after the underlying engine call finishes.
onUnbindView()voidExecutes onUnbindView and returns after the underlying engine call finishes.
onAttach()ViewExecutes onAttach and returns after the underlying engine call finishes.
onDetach()voidExecutes onDetach and returns after the underlying engine call finishes.

Static Methods

SignatureReturnsDescription
findViewByID(View, String)<T extends View> TPerforms the findViewByID operation using the provided parameters (view, id).
toView(Object)ViewPerforms the toView operation using the provided parameters (o).
getIdOf(View)StringReturns the current id of.