Class LXView

All Implemented Interfaces:
LXSerializable

public class LXView extends LXModel
  • Method Details

    • create

      public static LXView create(LXModel model, String viewSelector, LXView.Normalization normalization)
      Constructs a view of the given model object
      Parameters:
      model - Model Parent model to create view of
      viewSelector - View selection string
      normalization - What normalization mode to use for this view
      Returns:
      A view of the model that selects the elements in the selector string
    • dispose

      public void dispose()
      Overrides:
      dispose in class LXModel