Fix missing private _addChildFromBuilder

This commit is contained in:
Panayot Cankov
2017-04-24 10:24:05 +03:00
committed by GitHub
parent 25849a1425
commit d7638c3ae4

View File

@ -73,8 +73,7 @@ export class TextBase extends View implements AddChildFromBuilder {
* Specify the top padding of this layout.
*/
paddingTop: Length;
//@private
/**
* Called for every child element declared in xml.
* This method will add a child element (value) to current element.
@ -84,6 +83,7 @@ export class TextBase extends View implements AddChildFromBuilder {
*/
_addChildFromBuilder(name: string, value: any): void;
//@private
/**
* Called when the text property is changed to request layout.
* @private
@ -112,4 +112,4 @@ export const whiteSpaceProperty: CssProperty<Style, WhiteSpace>;
export const letterSpacingProperty: CssProperty<Style, number>;
//Used by tab view
export function getTransformedText(text: string, textTransform: TextTransform): string;
export function getTransformedText(text: string, textTransform: TextTransform): string;