Uses of Interface
one.xingyi.reference2.telephone.client.view.TelephoneNumberView
-
Packages that use TelephoneNumberView Package Description one.xingyi.reference2.telephone.client.view one.xingyi.reference2.telephone.client.viewcompanion -
-
Uses of TelephoneNumberView in one.xingyi.reference2.telephone.client.view
Classes in one.xingyi.reference2.telephone.client.view that implement TelephoneNumberView Modifier and Type Class Description classTelephoneNumberViewImplMethods in one.xingyi.reference2.telephone.client.view that return TelephoneNumberView Modifier and Type Method Description default TelephoneNumberViewTelephoneNumberView. withnumber(java.lang.String number)Methods in one.xingyi.reference2.telephone.client.view that return types with arguments of type TelephoneNumberView Modifier and Type Method Description default one.xingyi.core.optics.Lens<TelephoneNumberView,java.lang.String>TelephoneNumberView. numberLens()one.xingyi.core.client.IXingYi<ITelephoneNumberClientEntity,TelephoneNumberView>TelephoneNumberViewImpl. xingYi()Constructor parameters in one.xingyi.reference2.telephone.client.view with type arguments of type TelephoneNumberView Constructor Description TelephoneNumberViewImpl(one.xingyi.core.client.IXingYi<ITelephoneNumberClientEntity,TelephoneNumberView> xingYi, java.lang.Object mirror) -
Uses of TelephoneNumberView in one.xingyi.reference2.telephone.client.viewcompanion
Methods in one.xingyi.reference2.telephone.client.viewcompanion that return TelephoneNumberView Modifier and Type Method Description TelephoneNumberViewTelephoneNumberViewCompanion. make(one.xingyi.core.client.IXingYi xingYi, java.lang.Object mirror)
-