Class UIFragment.DefaultComponentFactory

java.lang.Object
com.codename1.ui.UIFragment.DefaultComponentFactory
All Implemented Interfaces:
UIFragment.ComponentFactory
Enclosing class:
UIFragment

public static class UIFragment.DefaultComponentFactory extends Object implements UIFragment.ComponentFactory

Default component factory that is used in templates. Supports the following tags:

  • y

  • x

  • flow

  • layered

  • border

  • table

  • label

  • button

  • Constructor Details

    • DefaultComponentFactory

      public DefaultComponentFactory()
  • Method Details