topical media & game development
#mobile-application-10-DerbyApp-build-iphone-Classes-TiUITableViewRowProxy.h / h
Appcelerator Titanium Mobile
Copyright (c) 2009-2011 by Appcelerator, Inc. All Rights Reserved.
Licensed under the terms of the Apache Public License
Please see the LICENSE included with this distribution for details.
WARNING: This is generated code. Modify at your own risk and without support.
ifdef USE_TI_UITABLEVIEW
#import <TiViewProxy.h>
#import <TiDimension.h>
typedef enum
{
TiCellBackgroundViewPositionTop,
TiCellBackgroundViewPositionMiddle,
TiCellBackgroundViewPositionBottom,
TiCellBackgroundViewPositionSingleLine
} TiCellBackgroundViewPosition;
@interface TiUITableViewRowProxy : TiViewProxy <TiProxyDelegate>
{
@private
NSString *tableClass;
TiUITableView *table;
TiUITableViewSectionProxy *section;
TiDimension height;
BOOL configuredChildren;
int dirtyRowFlags;
BOOL subviewIsAnimating;
UIView * rowContainerView;
BOOL modifyingRow;
BOOL attaching;
NSInteger row;
TiUITableViewCell* callbackCell;
}
#pragma mark Public APIs
@property(nonatomic,readonly) NSString *tableClass;
#pragma mark Framework
@property(nonatomic,readwrite,assign) TiUITableView *table;
@property(nonatomic,readwrite,assign) TiUITableViewSectionProxy *section;
@property(nonatomic,readwrite,assign) NSInteger row;
@property(nonatomic,readwrite,retain) TiUITableViewCell* callbackCell;
+(void)clearTableRowCell:(UITableViewCell*)cell;
-(void)initializeTableViewCell:(UITableViewCell*)cell;
-(void)renderTableViewCell:(UITableViewCell*)cell;
-(CGFloat)sizeWidthForDecorations:(CGFloat)oldWidth forceResizing:(BOOL)force;
-(CGFloat)rowHeight:(CGFloat)width;
-(TiProxy *)touchedViewProxyInCell:(UITableViewCell *)targetCell atPoint:(CGPoint*)point;
-(id)createEventObject:(id)initialObject;
-(void)triggerAttach;
-(void)updateRow:(NSDictionary*)data withObject:(NSDictionary*)properties;
@end
endif
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.