Class ViewExtensionsKt
-
- All Implemented Interfaces:
public final class ViewExtensionsKt
-
-
Method Summary
Modifier and Type Method Description BooleangetIsVisible()voidsetIsVisible(Boolean isVisible)final static UnitsetLocalizedHintFromStyle(TextInputLayout $self, @StyleRes() Integer styleResId, Context localizedContext)final static UnitsetLocalizedTextFromStyle(TextView $self, @StyleRes() Integer styleResId, Context localizedContext, Boolean formatHyperLink)final static UnitsetLocalizedQueryHintFromStyle(SearchView $self, @StyleRes() Integer styleResId, Context localizedContext)final static CharSequenceformatFullStringWithHyperLink(String $self)final static UnitshowError(TextInputLayout $self, String error)final static UnithideError(TextInputLayout $self)final static UnitshowKeyboard(View $self)final static UnithideKeyboard(View $self)-
-
Method Detail
-
getIsVisible
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) Boolean getIsVisible()
-
setIsVisible
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) void setIsVisible(Boolean isVisible)
-
setLocalizedHintFromStyle
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Unit setLocalizedHintFromStyle(TextInputLayout $self, @StyleRes() Integer styleResId, Context localizedContext)
-
setLocalizedTextFromStyle
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Unit setLocalizedTextFromStyle(TextView $self, @StyleRes() Integer styleResId, Context localizedContext, Boolean formatHyperLink)
-
setLocalizedQueryHintFromStyle
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Unit setLocalizedQueryHintFromStyle(SearchView $self, @StyleRes() Integer styleResId, Context localizedContext)
-
formatFullStringWithHyperLink
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static CharSequence formatFullStringWithHyperLink(String $self)
-
showError
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Unit showError(TextInputLayout $self, String error)
-
hideError
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Unit hideError(TextInputLayout $self)
-
showKeyboard
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Unit showKeyboard(View $self)
-
hideKeyboard
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Unit hideKeyboard(View $self)
-
-
-
-