Class MasterDetail

java.lang.Object
com.codename1.components.MasterDetail

public final class MasterDetail extends java.lang.Object
Master-detail utility class simplifying the process of defining a master/detail
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    bindTabletLandscapeMaster(Form rootForm, Container parentContainer, Component landscapeUI, Component portraitUI, String commandTitle, Image commandIcon)
    Deprecated

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • bindTabletLandscapeMaster

      public static void bindTabletLandscapeMaster(Form rootForm, Container parentContainer, Component landscapeUI, Component portraitUI, String commandTitle, Image commandIcon)
      Deprecated

      this was a half baked idea that made it into the public API