Package org.minimalj.model

  • Interface Summary 
    Interface Description
    Api
    An application can implement this interface to explicitly define its Transactions.
    Code
    Codes are small base entities of an application.
    Model  
    Rendering
    normally render and renderDescription (= Tooltip) will return a String (or a StringBuilder).
    View<T>
    A class implementing View is a model class that holds only a part of the fields of an other class.
  • Class Summary 
    Class Description
    CodeItem<E>
    Internal framework class.
    EnumUtils  
    Keys  
    Keys.MethodProperty  
    Selection<T>  
    ViewUtil